mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Replay: fixed build
This commit is contained in:
parent
9ade6cd579
commit
2aceab2b66
@ -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
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user