mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -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;
|
||||
|
||||
// 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.type = MAV_TYPE_ANTENNA_TRACKER;
|
||||
|
Loading…
Reference in New Issue
Block a user