]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Buffer size for sci_printf increased
authorMichal Horn <hornmich@fel.cvut.cz>
Tue, 27 Aug 2013 14:59:10 +0000 (16:59 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Tue, 27 Aug 2013 14:59:10 +0000 (16:59 +0200)
This is workaround for freezing when rpp_sci_printf is called outside of any task.

rpp/include/base.h

index ffd612c817484df439ad667384b829ae43754a79..820ba08253bae80b74d756214e964ab9edd87cb9 100644 (file)
@@ -20,7 +20,7 @@
 /**
  * Maximum length of system buffers.
  */
-#define MAX_BUFFER_LEN 128
+#define MAX_BUFFER_LEN 1024
 
 
 // Debug directives