mirror of https://github.com/ArduPilot/ardupilot
waf: px4: run firmware task after link task
This fix a bug introduced by 06a5156
("waf: px4: reconfigure PX4Firmware for
each program"), with the removal of the call fw_task.set_run_after(cp_lib).
This commit is contained in:
parent
8fb6ccc8b7
commit
b191269cc8
|
@ -123,6 +123,7 @@ def px4_firmware(self):
|
||||||
'px4',
|
'px4',
|
||||||
'build_firmware_px4fmu-v%s' % version,
|
'build_firmware_px4fmu-v%s' % version,
|
||||||
)
|
)
|
||||||
|
fw_task.set_run_after(self.link_task)
|
||||||
|
|
||||||
# we need to synchronize in order to avoid the output expected by the
|
# we need to synchronize in order to avoid the output expected by the
|
||||||
# previous ap_program being overwritten before used
|
# previous ap_program being overwritten before used
|
||||||
|
|
Loading…
Reference in New Issue