Browse Source

Copter: use GPS AIRBORNE_4G

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
86afd13f12
  1. 2
      ArduCopter/system.pde

2
ArduCopter/system.pde

@ -223,7 +223,7 @@ static void init_ardupilot() @@ -223,7 +223,7 @@ static void init_ardupilot()
// Do GPS init
g_gps = &g_gps_driver;
// GPS Initialization
g_gps->init(hal.uartB, GPS::GPS_ENGINE_AIRBORNE_1G);
g_gps->init(hal.uartB, GPS::GPS_ENGINE_AIRBORNE_4G);
if(g.compass_enabled)
init_compass();

Loading…
Cancel
Save