Update default buffer size for formatwr.
[bertos.git] / bertos / cfg / cfg_formatwr.h
index bafad70b81aa374640c4382a25f81e5f9e043e8c..0325a100c8d3c11148f89052b3d797ece800fd98 100644 (file)
  */
 #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  100
 
 #endif /* CFG_FORMATWR_H */