forked from Archive/PX4-Autopilot
Reduce IO buf space reasonably
This commit is contained in:
parent
2593fee692
commit
fe5d35bc54
|
@ -679,7 +679,7 @@ CONFIG_BUILTIN=y
|
||||||
#
|
#
|
||||||
# Standard C Library Options
|
# Standard C Library Options
|
||||||
#
|
#
|
||||||
CONFIG_STDIO_BUFFER_SIZE=256
|
CONFIG_STDIO_BUFFER_SIZE=180
|
||||||
CONFIG_STDIO_LINEBUFFER=y
|
CONFIG_STDIO_LINEBUFFER=y
|
||||||
CONFIG_NUNGET_CHARS=2
|
CONFIG_NUNGET_CHARS=2
|
||||||
CONFIG_LIB_HOMEDIR="/"
|
CONFIG_LIB_HOMEDIR="/"
|
||||||
|
|
Loading…
Reference in New Issue