Browse Source

Replay: fixed build

master
Andrew Tridgell 7 years ago committed by Peter Barker
parent
commit
2aceab2b66
  1. 2
      Tools/Replay/Makefile
  2. 2
      Tools/Replay/Replay.cpp

2
Tools/Replay/Makefile

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
all:
@cd ../../ && modules/waf/waf-light configure --board linux --debug
@cd ../../ && modules/waf/waf-light tools
@cd ../../ && modules/waf/waf-light --target tools/Replay
@cp ../../build/linux-debug/tools/Replay Replay.elf
@echo Built Replay.elf

2
Tools/Replay/Replay.cpp

@ -63,7 +63,7 @@ const AP_Param::Info ReplayVehicle::var_info[] = { @@ -63,7 +63,7 @@ const AP_Param::Info ReplayVehicle::var_info[] = {
// @Group: ARSPD_
// @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp
GOBJECT(airspeed, "ARSPD_", AP_Airspeed),
GOBJECT(airspeed, "ARSP_", AP_Airspeed),
// @Group: EK2_
// @Path: ../libraries/AP_NavEKF2/AP_NavEKF2.cpp

Loading…
Cancel
Save