mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
waf: enable RC output in AP_Periph SITL
This commit is contained in:
parent
54e4013d9f
commit
032c5cc6fe
@ -823,6 +823,7 @@ class sitl_periph_gps(sitl):
|
||||
HAL_PERIPH_ENABLE_BATTERY = 1,
|
||||
HAL_PERIPH_ENABLE_EFI = 1,
|
||||
HAL_PERIPH_ENABLE_RPM = 1,
|
||||
HAL_PERIPH_ENABLE_RC_OUT = 1,
|
||||
AP_AIRSPEED_ENABLED = 1,
|
||||
AP_AIRSPEED_AUTOCAL_ENABLE = 0,
|
||||
AP_AHRS_ENABLED = 1,
|
||||
@ -854,6 +855,7 @@ class sitl_periph_gps(sitl):
|
||||
AP_SCRIPTING_ENABLED = 0,
|
||||
HAL_NAVEKF2_AVAILABLE = 0,
|
||||
HAL_NAVEKF3_AVAILABLE = 0,
|
||||
HAL_PWM_COUNT = 32,
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user