mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
Replay: fixed build
This commit is contained in:
parent
9ade6cd579
commit
2aceab2b66
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
@cd ../../ && modules/waf/waf-light configure --board linux --debug
|
@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
|
@cp ../../build/linux-debug/tools/Replay Replay.elf
|
||||||
@echo Built Replay.elf
|
@echo Built Replay.elf
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ const AP_Param::Info ReplayVehicle::var_info[] = {
|
|||||||
|
|
||||||
// @Group: ARSPD_
|
// @Group: ARSPD_
|
||||||
// @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp
|
// @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp
|
||||||
GOBJECT(airspeed, "ARSPD_", AP_Airspeed),
|
GOBJECT(airspeed, "ARSP_", AP_Airspeed),
|
||||||
|
|
||||||
// @Group: EK2_
|
// @Group: EK2_
|
||||||
// @Path: ../libraries/AP_NavEKF2/AP_NavEKF2.cpp
|
// @Path: ../libraries/AP_NavEKF2/AP_NavEKF2.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user