X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fformatwr.c;h=bf2672e9c1a29b5642671cdb682a68c83312fc6e;hb=d977e866d070ab7b3196777b57e7a5ff2e02bdd6;hp=7baea75ac0aff86f2b68346997642362e3f40a5b;hpb=7bdc98f695a5ab8f09b37a40f2e5a1e7456a3801;p=bertos.git diff --git a/bertos/mware/formatwr.c b/bertos/mware/formatwr.c index 7baea75a..bf2672e9 100644 --- a/bertos/mware/formatwr.c +++ b/bertos/mware/formatwr.c @@ -46,7 +46,7 @@ * -D CONFIG_PRINTF=PRINTF_FULL Full ANSI printf formatter, with some C99 extensions * -D CONFIG_PRINTF=PRINTF_NOFLOAT Exclude support for floats * -D CONFIG_PRINTF=PRINTF_REDUCED Simplified formatter (see below) - * -D CONFIG_PRINTF=PRINTF_NOMODIFIERS Exclude 'l', 'z' and 'h' modifiers in reduced version + * -D CONFIG_PRINTF=PRINTF_NOMODIFIERS Exclude "l", "z" and "h" modifiers in reduced version * -D CONFIG_PRINTF=PRINTF_DISABLED No formatter at all * \endcode *