瀏覽代碼

[utest][Kconfig] adjust RT_CONSOLEBUF_SIZE when utest is enabled

Meco Man 1 年之前
父節點
當前提交
a406c8fce8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Kconfig

+ 1 - 0
src/Kconfig

@@ -456,6 +456,7 @@ config RT_USING_CONSOLE
 if RT_USING_CONSOLE
     config RT_CONSOLEBUF_SIZE
         int "the buffer size for console log printf"
+        default 256 if RT_USING_UTEST
         default 128
 
     config RT_CONSOLE_DEVICE_NAME