Parcourir la source

update RT_JS_CONSOLEBUF_SIZE to 256 Byte

yangfasheng il y a 7 ans
Parent
commit
f93e051e22
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtthread-port/port.c

+ 1 - 1
rtthread-port/port.c

@@ -41,7 +41,7 @@ void jerry_port_fatal (jerry_fatal_code_t code)
 /*
  *  I/O Port API
  */
-#define RT_JS_CONSOLEBUF_SIZE   128
+#define RT_JS_CONSOLEBUF_SIZE   256
 static char rt_log_buf[RT_JS_CONSOLEBUF_SIZE];
 
 /**