mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
waf: disable airspeed on sitl_periph_gps
This commit is contained in:
parent
470cb2caa2
commit
1a58b3b025
@ -666,6 +666,7 @@ class sitl_periph_gps(sitl):
|
|||||||
HAL_BUILD_AP_PERIPH = 1,
|
HAL_BUILD_AP_PERIPH = 1,
|
||||||
PERIPH_FW = 1,
|
PERIPH_FW = 1,
|
||||||
CAN_APP_NODE_NAME = '"org.ardupilot.ap_periph_gps"',
|
CAN_APP_NODE_NAME = '"org.ardupilot.ap_periph_gps"',
|
||||||
|
AP_AIRSPEED_ENABLED = 0,
|
||||||
HAL_PERIPH_ENABLE_GPS = 1,
|
HAL_PERIPH_ENABLE_GPS = 1,
|
||||||
HAL_WITH_DSP = 1,
|
HAL_WITH_DSP = 1,
|
||||||
HAL_CAN_DEFAULT_NODE_ID = 0,
|
HAL_CAN_DEFAULT_NODE_ID = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user