mirror of https://github.com/ArduPilot/ardupilot
hwdef: add ASP5033 airspeed in minimal builds
This commit is contained in:
parent
c8e09f4c45
commit
9466753fb2
|
@ -122,6 +122,7 @@ define AP_MAVLINK_MSG_RELAY_STATUS_ENABLED 0
|
|||
#fewer airspeed sensors
|
||||
define AP_AIRSPEED_BACKEND_DEFAULT_ENABLED 0
|
||||
define AP_AIRSPEED_MS4525_ENABLED 1
|
||||
define AP_AIRSPEED_ASP5033_ENABLED 1
|
||||
define AP_AIRSPEED_ANALOG_ENABLED 1
|
||||
define AP_AIRSPEED_MS5525_ENABLED 1
|
||||
define AP_AIRSPEED_SDP3X_ENABLED 1
|
||||
|
|
Loading…
Reference in New Issue