forked from Archive/PX4-Autopilot
Update rc.board_arch_defaults
logger doesn't start at all up to 4k buffer
This commit is contained in:
parent
fd2161b6bf
commit
66dbc1e25f
|
@ -14,5 +14,5 @@ set LOGGER_BUF 8
|
|||
if param greater -s UAVCAN_ENABLE 1
|
||||
then
|
||||
# Reduce logger buffer to free up some RAM for UAVCAN servers.
|
||||
set LOGGER_BUF 4
|
||||
set LOGGER_BUF 6
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue