mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: fix build with new mavlink repo
This commit is contained in:
parent
1ed02441a0
commit
6b5492a586
|
@ -60,7 +60,6 @@ static void init_tracker()
|
|||
gps.init(NULL);
|
||||
|
||||
mavlink_system.compid = 4;
|
||||
mavlink_system.type = MAV_TYPE_ANTENNA_TRACKER;
|
||||
|
||||
ahrs.init();
|
||||
ahrs.set_fly_forward(false);
|
||||
|
|
Loading…
Reference in New Issue