Tools: ardupilotwaf: boards: enable HAL_PERIPH_ENABLE_RPM_STREAM on sitl_periph_universal

This commit is contained in:
Iampete1 2024-03-14 00:09:49 +00:00 committed by Andrew Tridgell
parent 23989bc569
commit 8cb368de0c

View File

@ -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,