mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -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
|
#endif
|
||||||
|
|
||||||
// GPS declaration
|
// GPS declaration
|
||||||
GPS *gps;
|
static AP_GPS gps;
|
||||||
AP_GPS_Auto auto_gps(&gps);
|
|
||||||
GPS_Glitch gps_glitch(gps);
|
GPS_Glitch gps_glitch(gps);
|
||||||
|
|
||||||
AP_Compass_HMC5843 compass;
|
AP_Compass_HMC5843 compass;
|
||||||
|
Loading…
Reference in New Issue
Block a user