SEGGER_RTT_PutCharSkip() function
SEGGER_RTT_PutCharSkip Function description Stores a single character/byte in SEGGER RTT buffer. Parameters BufferIndex Index of "Up"-buffer to be used (e.g. 0 for "Terminal"). c Byte to be stored. Return value Number of bytes which have been stored in the "Up"-buffer. Notes (1) If there is not enough space in the "Up"-buffer, the character is dropped.
Syntax
unsigned SEGGER_RTT_PutCharSkip (unsigned BufferIndex,
char c);