Update rc.board_arch_defaults

logger doesn't start at all up to 4k buffer
This commit is contained in:
achim
2021-06-05 15:39:16 +02:00
committed by Daniel Agar
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