Skip to content
Snippets Groups Projects
Commit 62f10349 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

APM: updates for new GPS detection

parent 14d19ac3
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,6 @@ static void init_ardupilot()
g_gps = &g_gps_driver;
// GPS Initialization
g_gps->init(GPS::GPS_ENGINE_AIRBORNE_4G);
g_gps->callback = mavlink_delay;
//mavlink_system.sysid = MAV_SYSTEM_ID; // Using g.sysid_this_mav
mavlink_system.compid = 1; //MAV_COMP_ID_IMU; // We do not check for comp id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment