mirror of https://github.com/ArduPilot/ardupilot
AHRS: fix example sketch
This commit is contained in:
parent
b01f9505b1
commit
7f25938834
|
@ -50,7 +50,7 @@ AP_InertialSensor ins;
|
|||
AP_ADC_ADS7844 apm1_adc;
|
||||
#endif
|
||||
|
||||
AP_Compass compass;
|
||||
Compass compass;
|
||||
|
||||
AP_GPS gps;
|
||||
AP_Baro baro;
|
||||
|
|
Loading…
Reference in New Issue