Skip to content

Commit 981990b

Browse files
committed
[utest][Kconfig] adjust RT_CONSOLEBUF_SIZE when utest is enabled
1 parent d9c16ef commit 981990b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ config RT_USING_CONSOLE
456456
if RT_USING_CONSOLE
457457
config RT_CONSOLEBUF_SIZE
458458
int "the buffer size for console log printf"
459+
default 256 if RT_USING_UTEST
459460
default 128
460461

461462
config RT_CONSOLE_DEVICE_NAME

0 commit comments

Comments
 (0)