Update rc.board_arch_defaults

Logger doesn´t start at all with 4k buffer
This commit is contained in:
achim 2021-06-04 18:43:12 +02:00 committed by Daniel Agar
parent 4f8f1a5f7e
commit 1ab7943940
1 changed files with 1 additions and 1 deletions

View File

@ -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