Use NOFLOAT as default format value.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 1 Sep 2009 16:51:48 +0000 (16:51 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 1 Sep 2009 16:51:48 +0000 (16:51 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2852 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_formatwr.h

index bafad70b81aa374640c4382a25f81e5f9e043e8c..13966536ba054f850067a5580ae039493014ee1a 100644 (file)
@@ -50,7 +50,7 @@
  * \sa PRINTF_NOFLOAT
  * \sa PRINTF_FULL
  */
-#define CONFIG_PRINTF PRINTF_FULL
+#define CONFIG_PRINTF PRINTF_NOFLOAT
 
 
 #endif /* CFG_FORMATWR_H */