You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
265 B
12 lines
265 B
#!/bin/sh
|
|
#
|
|
# S32K1XX specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
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 6
|
|
fi
|
|
|