platforms/nuttx/init/stm32f7: rc.board_arch_defaults reduce LOGGER_BUF to 40

To get some breathing space on setups with memory-intensive components (e.g. UAVCAN).

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer 2024-08-26 19:13:11 +02:00 committed by GitHub
parent 9183c479a5
commit 8bfd3b0f62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,4 +13,4 @@ param set-default -s MC_AT_EN 1
param set-default -s UAVCAN_ENABLE 2
set LOGGER_BUF 64
set LOGGER_BUF 40