mirror of https://github.com/ArduPilot/ardupilot
hwdef: remove ADSB entirely from SkyViper
drivers were still around
This commit is contained in:
parent
c8dc0e1950
commit
a5b0e1e60f
|
@ -72,8 +72,7 @@ include ../include/skyviper.inc
|
||||||
define AP_BEACON_ENABLED 0
|
define AP_BEACON_ENABLED 0
|
||||||
define AP_OPTICALFLOW_ENABLED 0
|
define AP_OPTICALFLOW_ENABLED 0
|
||||||
define AP_FRSKY_TELEM_ENABLED 0
|
define AP_FRSKY_TELEM_ENABLED 0
|
||||||
define HAL_ADSB_SAGETECH_ENABLED 0
|
define HAL_ADSB_ENABLED 0
|
||||||
define HAL_ADSB_UAVIONIX_MAVLINK_ENABLED 0
|
|
||||||
define AP_AIS_ENABLED 0
|
define AP_AIS_ENABLED 0
|
||||||
define AP_BATTERY_BACKEND_DEFAULT_ENABLED 0
|
define AP_BATTERY_BACKEND_DEFAULT_ENABLED 0
|
||||||
define AP_BATTERY_ANALOG_ENABLED 1
|
define AP_BATTERY_ANALOG_ENABLED 1
|
||||||
|
@ -196,9 +195,6 @@ define OSD_PARAM_ENABLED 0
|
||||||
define HAL_WITH_MSP_DISPLAYPORT 0
|
define HAL_WITH_MSP_DISPLAYPORT 0
|
||||||
define HAL_MSP_ENABLED 0
|
define HAL_MSP_ENABLED 0
|
||||||
|
|
||||||
// no UCP ADSB sensors:
|
|
||||||
define HAL_ADSB_UCP_ENABLED 0
|
|
||||||
|
|
||||||
// no auxiliary temperature sensors:
|
// no auxiliary temperature sensors:
|
||||||
define AP_TEMPERATURE_SENSOR_ENABLED 0
|
define AP_TEMPERATURE_SENSOR_ENABLED 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue