X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_formatwr.h;h=bafad70b81aa374640c4382a25f81e5f9e043e8c;hb=24b3dd46883e87b2fb487691bcbc2e13d96af16e;hp=a3cf6f624129e38efcd16df5156f876f83595e49;hpb=9bde379b39600b3023bc42ea7affdab4edc8cf18;p=bertos.git diff --git a/bertos/cfg/cfg_formatwr.h b/bertos/cfg/cfg_formatwr.h index a3cf6f62..bafad70b 100644 --- a/bertos/cfg/cfg_formatwr.h +++ b/bertos/cfg/cfg_formatwr.h @@ -37,11 +37,12 @@ * \author Daniele Basile */ -#ifndef CFG_FORMTWR_H -#define CFG_FORMTWR_H +#ifndef CFG_FORMATWR_H +#define CFG_FORMATWR_H /** * printf()-style formatter configuration. + * $WIZ$ type = "enum"; value_list = "printf_list" * * \sa PRINTF_DISABLED * \sa PRINTF_NOMODIFIERS @@ -52,5 +53,5 @@ #define CONFIG_PRINTF PRINTF_FULL -#endif /* CFG_FORMTWR_H */ +#endif /* CFG_FORMATWR_H */