mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Mission: fix example sketch after GPS lib changes
This commit is contained in:
parent
c53a0fcfd9
commit
5322093475
@ -55,8 +55,7 @@ AP_Baro_BMP085 baro;
|
||||
#endif
|
||||
|
||||
// GPS declaration
|
||||
GPS *gps;
|
||||
AP_GPS_Auto auto_gps(&gps);
|
||||
static AP_GPS gps;
|
||||
GPS_Glitch gps_glitch(gps);
|
||||
|
||||
AP_Compass_HMC5843 compass;
|
||||
|
Loading…
Reference in New Issue
Block a user