mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: ardupilotwaf: boards: enable HAL_PERIPH_ENABLE_RPM_STREAM
on sitl_periph_universal
This commit is contained in:
parent
23989bc569
commit
8cb368de0c
@ -915,6 +915,7 @@ class sitl_periph_universal(sitl_periph):
|
||||
HAL_PERIPH_ENABLE_BATTERY = 1,
|
||||
HAL_PERIPH_ENABLE_EFI = 1,
|
||||
HAL_PERIPH_ENABLE_RPM = 1,
|
||||
HAL_PERIPH_ENABLE_RPM_STREAM = 1,
|
||||
HAL_PERIPH_ENABLE_RC_OUT = 1,
|
||||
HAL_PERIPH_ENABLE_ADSB = 1,
|
||||
HAL_PERIPH_ENABLE_SERIAL_OPTIONS = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user