From 868e849f3cd69daada12f11b7ceaa2113a2a0ce2 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 2 Sep 2009 15:11:48 +0000 Subject: [PATCH] Restore FULL printf by default. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2861 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_formatwr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cfg/cfg_formatwr.h b/bertos/cfg/cfg_formatwr.h index 13966536..bafad70b 100644 --- a/bertos/cfg/cfg_formatwr.h +++ b/bertos/cfg/cfg_formatwr.h @@ -50,7 +50,7 @@ * \sa PRINTF_NOFLOAT * \sa PRINTF_FULL */ -#define CONFIG_PRINTF PRINTF_NOFLOAT +#define CONFIG_PRINTF PRINTF_FULL #endif /* CFG_FORMATWR_H */ -- 2.25.1