mirror of https://github.com/ArduPilot/ardupilot
AP_Mission: fix for new compass API
This commit is contained in:
parent
b488d6de00
commit
3a1cbaeb25
|
@ -45,7 +45,7 @@ AP_Baro baro;
|
|||
// GPS declaration
|
||||
static AP_GPS gps;
|
||||
|
||||
AP_Compass_HMC5843 compass;
|
||||
AP_Compass compass;
|
||||
AP_AHRS_DCM ahrs(ins, baro, gps);
|
||||
|
||||
// global constants that control how many verify calls must be made for a command before it completes
|
||||
|
|
Loading…
Reference in New Issue