X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fbenchmark%2Fkernel-core_avr%2Fcfg%2Fcfg_formatwr.h;fp=examples%2Fbenchmark%2Fkernel-core_avr%2Fcfg%2Fcfg_formatwr.h;h=0000000000000000000000000000000000000000;hb=93b185b8caa91d9b3f002a62d45d3d69aa7de610;hp=ff929c565d65e89a28fe4b945bccda2e0888c040;hpb=1649c7086c522816b0b5337dabd7aacbc017bf0b;p=bertos.git diff --git a/examples/benchmark/kernel-core_avr/cfg/cfg_formatwr.h b/examples/benchmark/kernel-core_avr/cfg/cfg_formatwr.h deleted file mode 100644 index ff929c56..00000000 --- a/examples/benchmark/kernel-core_avr/cfg/cfg_formatwr.h +++ /dev/null @@ -1,65 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for formatted write module. - * - * \author Daniele Basile - */ - -#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 - * \sa PRINTF_REDUCED - * \sa PRINTF_NOFLOAT - * \sa PRINTF_FULL - */ -#define CONFIG_PRINTF PRINTF_NOFLOAT - -/** - * 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. - * - * $WIZ$ type = "int" - * $WIZ$ min = 4 - */ -#define CONFIG_FRMWRI_BUFSIZE 134 - -#endif /* CFG_FORMATWR_H */ -