I'm trying to use the segger RTT SEGGER_RTT_vprintf to print a string with padding.
The following code doesn't seem to work properly
The padding behaviour doesn't work as mentioned in the documentation.
When looking at the code, in "%s" mode, the FieldWith seems ignored
Display All
RTT version: 7.84d
Best,
Gabriel
The following code doesn't seem to work properly
The padding behaviour doesn't work as mentioned in the documentation.
Expected | 10 TEST - module |
Actual | 10 TEST - module |
When looking at the code, in "%s" mode, the FieldWith seems ignored
C Source Code
RTT version: 7.84d
Best,
Gabriel