hwdef: disable blheli on skyviper

This commit is contained in:
Peter Barker 2022-01-31 11:05:11 +11:00 committed by Peter Barker
parent 09c040891e
commit 6e684b3496
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,6 @@ env BUILD_ABIN True
# Disable un-needed hardware drivers
define AP_AIRSPEED_ENABLED 0
define AP_FETTEC_ONEWIRE_ENABLED 0
define HAL_MOUNT_ENABLED 0
define AP_OPTICALFLOW_ENABLED 0
define BEACON_ENABLED 0
define GPS_MOVING_BASELINE 0
@ -84,6 +83,7 @@ define HAL_EFI_ENABLED 0
define HAL_EXTERNAL_AHRS_ENABLED 0
define HAL_GENERATOR_ENABLED 0
define HAL_HOTT_TELEM_ENABLED 0
define HAL_MOUNT_ENABLED 0
define HAL_MSP_SENSORS_ENABLED 0
define HAL_NMEA_OUTPUT_ENABLED 0
define HAL_PARACHUTE_ENABLED 0
@ -92,8 +92,10 @@ define HAL_RUNCAM_ENABLED 0
define HAL_SMARTAUDIO_ENABLED 0
define HAL_SPEKTRUM_TELEM_ENABLED 0
define HAL_SPRAYER_ENABLED 0
define HAL_SUPPORT_RCOUT_SERIAL 0
define HAL_TORQEEDO_ENABLED 0
define HAL_WITH_ESC_TELEM 0
define HAL_WITH_ESC_TELEM 0
define LANDING_GEAR_ENABLED 0
define MODE_TURTLE_ENABLED 0
define WINCH_ENABLED 0