AP_HAL_ChibiOS: allow FRSky to be compiled out

This commit is contained in:
Peter Barker 2022-04-17 12:54:07 +10:00 committed by Peter Barker
parent 6eae090fc8
commit dd35ca4583

View File

@ -71,6 +71,7 @@ env BUILD_ABIN True
# Disable un-needed hardware drivers
define AP_AIRSPEED_ENABLED 0
define AP_OPTICALFLOW_ENABLED 0
define AP_FRSKY_TELEM_ENABLED 0
define BEACON_ENABLED 0
define GPS_MOVING_BASELINE 0
define HAL_ADSB_SAGETECH_ENABLED 0