waf: enable mavlink bindings in SITL periph

This commit is contained in:
Andrew Tridgell 2023-09-28 09:32:50 +10:00
parent bb004c499f
commit 7aa1f5af22

View File

@ -837,6 +837,7 @@ class sitl_periph_gps(sitl):
HAL_RAM_RESERVE_START = 0,
APJ_BOARD_ID = 100,
HAL_GCS_ENABLED = 0,
HAL_MAVLINK_BINDINGS_ENABLED = 1,
HAL_LOGGING_ENABLED = 0,
HAL_LOGGING_MAVLINK_ENABLED = 0,
AP_MISSION_ENABLED = 0,