mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -04:00
waf: enable mavlink bindings in SITL periph
This commit is contained in:
parent
bb004c499f
commit
7aa1f5af22
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user