1.修复mr_printf错误。

This commit is contained in:
MacRsh
2023-12-08 21:33:18 +08:00
parent c6d89df2d2
commit 15e29ee7aa
3 changed files with 6 additions and 6 deletions

View File

@@ -56,10 +56,10 @@ menu "Device configure"
"Enable or disable non-blocking read/write for the console device."
endmenu
config MR_USING_PRINTF_BUFSZ
config MR_CFG_PRINTF_BUFSZ
int "Size of printf buffer"
default 128
range 16 2147483647
range 32 2147483647
help
"This option sets the size of the buffer used for printf operations."