Use old default value for formatwr buffer.
[bertos.git] / bertos / cfg / cfg_formatwr.h
index 13966536ba054f850067a5580ae039493014ee1a..10d41b4845eb43bfaf66d4d00a5b6ed4b8d4db89 100644 (file)
  * \sa PRINTF_NOFLOAT
  * \sa PRINTF_FULL
  */
-#define CONFIG_PRINTF PRINTF_NOFLOAT
+#define CONFIG_PRINTF PRINTF_FULL
 
+/**
+ * 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 */