mirror of https://github.com/ArduPilot/ardupilot
Tools: Replay: use AP_FWVersion singleton
This commit is contained in:
parent
c17514cf85
commit
5665feb29e
|
@ -69,7 +69,7 @@ public:
|
|||
AP_Vehicle::FixedWing aparm;
|
||||
AP_Airspeed airspeed;
|
||||
AP_Int32 unused; // logging is magic for Replay; this is unused
|
||||
DataFlash_Class dataflash{"Replay v0.1", unused};
|
||||
DataFlash_Class dataflash{unused};
|
||||
|
||||
private:
|
||||
Parameters g;
|
||||
|
|
Loading…
Reference in New Issue