AntennaTracker: fixed build with GPS changes

This commit is contained in:
Andrew Tridgell 2014-03-24 12:04:09 +11:00
parent 9b92e25cdc
commit e40c178e11
1 changed files with 1 additions and 1 deletions

View File

@ -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;