mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AntennaTracker: fixed build with GPS changes
This commit is contained in:
parent
9b92e25cdc
commit
e40c178e11
@ -52,7 +52,7 @@ static void init_tracker()
|
|||||||
g_gps = &g_gps_driver;
|
g_gps = &g_gps_driver;
|
||||||
|
|
||||||
// GPS Initialization
|
// GPS Initialization
|
||||||
g_gps->init(hal.uartB, GPS::GPS_ENGINE_STATIONARY);
|
g_gps->init(hal.uartB, GPS::GPS_ENGINE_STATIONARY, NULL);
|
||||||
|
|
||||||
mavlink_system.compid = 4;
|
mavlink_system.compid = 4;
|
||||||
mavlink_system.type = MAV_TYPE_ANTENNA_TRACKER;
|
mavlink_system.type = MAV_TYPE_ANTENNA_TRACKER;
|
||||||
|
Loading…
Reference in New Issue
Block a user