mirror of https://github.com/ArduPilot/ardupilot
waf: enable periph serial options in SITL periph
This commit is contained in:
parent
83cfcd841b
commit
e94ab529cc
|
@ -849,6 +849,7 @@ class sitl_periph_gps(sitl):
|
|||
HAL_PERIPH_ENABLE_RPM = 1,
|
||||
HAL_PERIPH_ENABLE_RC_OUT = 1,
|
||||
HAL_PERIPH_ENABLE_ADSB = 1,
|
||||
HAL_PERIPH_ENABLE_SERIAL_OPTIONS = 1,
|
||||
AP_ICENGINE_ENABLED = 0,
|
||||
AP_AIRSPEED_ENABLED = 1,
|
||||
AP_AIRSPEED_AUTOCAL_ENABLE = 0,
|
||||
|
|
Loading…
Reference in New Issue