Replay: fixed build

This commit is contained in:
Andrew Tridgell 2018-04-21 10:35:06 +10:00 committed by Peter Barker
parent 9ade6cd579
commit 2aceab2b66
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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