From 07c61b48ba284ed65a001ba4c4b9e297ef4e1704 Mon Sep 17 00:00:00 2001 From: qwert Date: Fri, 18 Jul 2008 15:45:07 +0000 Subject: [PATCH] Add new cfg_formatwr for custom printf format on boot git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1506 38d2e660-2303-0410-9eaa-f027e97ec537 --- app/triface/boot/cfg/cfg_formatwr.h | 56 +++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 app/triface/boot/cfg/cfg_formatwr.h diff --git a/app/triface/boot/cfg/cfg_formatwr.h b/app/triface/boot/cfg/cfg_formatwr.h new file mode 100644 index 00000000..91c992ab --- /dev/null +++ b/app/triface/boot/cfg/cfg_formatwr.h @@ -0,0 +1,56 @@ +/** + * \file + * + * + * \brief Configuration file for formatted write module. + * + * \version $Id$ + * + * \author Daniele Basile + */ + +#ifndef CFG_FORMTWR_H +#define CFG_FORMTWR_H + +/** + * printf()-style formatter configuration. + * + * \sa PRINTF_DISABLED + * \sa PRINTF_NOMODIFIERS + * \sa PRINTF_REDUCED + * \sa PRINTF_NOFLOAT + * \sa PRINTF_FULL + */ +#define CONFIG_PRINTF PRINTF_REDUCED + + +#endif /* CFG_FORMTWR_H */ + -- 2.25.1