AP_HAL_ChibiOS: use minimize.inc for Tramp and SmartAudio
... and rename HAL_SMARTAUDIO_ENABLED
This commit is contained in:
parent
de91b9289c
commit
e0f6b264d0
@ -35,3 +35,9 @@ define HAL_HOTT_TELEM_ENABLED 0
|
||||
|
||||
# smaller boards lose SIRF GPS support
|
||||
define AP_GPS_SIRF_ENABLED 0
|
||||
|
||||
# minimized boards don't get configuration via SmartAudio by default:
|
||||
define AP_SMARTAUDIO_ENABLED 0
|
||||
|
||||
# minimized boards don't get configuration via Tramp by default:
|
||||
define AP_TRAMP_ENABLED 0
|
||||
|
@ -91,7 +91,7 @@ define HAL_NMEA_OUTPUT_ENABLED 0
|
||||
define HAL_PARACHUTE_ENABLED 0
|
||||
define HAL_PICCOLO_CAN_ENABLE 0
|
||||
define HAL_RUNCAM_ENABLED 0
|
||||
define HAL_SMARTAUDIO_ENABLED 0
|
||||
define AP_SMARTAUDIO_ENABLED 0
|
||||
define HAL_SPEKTRUM_TELEM_ENABLED 0
|
||||
define HAL_SPRAYER_ENABLED 0
|
||||
define HAL_WITH_ESC_TELEM 0
|
||||
|
Loading…
Reference in New Issue
Block a user