BeRTOS
|
Configuration file for formatted write module. More...
Go to the source code of this file.
Defines | |
#define | CONFIG_PRINTF PRINTF_FULL |
printf()-style formatter configuration. | |
#define | CONFIG_FRMWRI_BUFSIZE 134 |
Size of buffer to format "%" sequences in printf. |
Configuration file for formatted write module.
Definition in file cfg_formatwr.h.
#define CONFIG_FRMWRI_BUFSIZE 134 |
Size of buffer to format "%" sequences in printf.
Warning: no check on buffer size is done when formatting, be careful especially with big numbers and f formatting.
Definition at line 62 of file cfg_formatwr.h.
#define CONFIG_PRINTF PRINTF_FULL |
printf()-style formatter configuration.
Definition at line 51 of file cfg_formatwr.h.