Browse Source

wscript: build ArduPilot against all.xml not ardupilotmega.xml

gps-1.3.1
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
408491ddd5
  1. 2
      wscript

2
wscript

@ -606,7 +606,7 @@ def _build_dynamic_sources(bld): @@ -606,7 +606,7 @@ def _build_dynamic_sources(bld):
if not bld.env.BOOTLOADER:
bld(
features='mavgen',
source='modules/mavlink/message_definitions/v1.0/ardupilotmega.xml',
source='modules/mavlink/message_definitions/v1.0/all.xml',
output_dir='libraries/GCS_MAVLink/include/mavlink/v2.0/',
name='mavlink',
# this below is not ideal, mavgen tool should set this, but that's not

Loading…
Cancel
Save