Skip to content

Commit

Permalink
Replay: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge authored and peterbarker committed Apr 24, 2018
1 parent 9ade6cd commit 2aceab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/Replay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Tools/Replay/Replay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2aceab2

Please sign in to comment.