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:36:42 +02:00 committed by Daniel Agar
parent 1ab7943940
commit fd2161b6bf

View File

@ -8,5 +8,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