waf: disable RTC on sitl_periph_gps

This commit is contained in:
Peter Barker 2023-10-06 14:26:27 +11:00 committed by Andrew Tridgell
parent 2175a4a271
commit 1ea494a159

View File

@ -864,6 +864,7 @@ class sitl_periph_gps(sitl):
HAL_NAVEKF3_AVAILABLE = 0,
HAL_PWM_COUNT = 32,
HAL_WITH_ESC_TELEM = 1,
AP_RTC_ENABLED = 0,
)