waf: sitl_periph_gps doesn't have AP_AHRS_ENABLED

This commit is contained in:
Peter Barker 2023-06-29 07:21:36 +10:00 committed by Andrew Tridgell
parent c45c02ce82
commit a9a111fe31

View File

@ -828,6 +828,7 @@ class sitl_periph_gps(sitl):
AP_CAN_SLCAN_ENABLED = 0,
HAL_PROXIMITY_ENABLED = 0,
AP_SCRIPTING_ENABLED = 0,
AP_AHRS_ENABLED = 0,
)