mirror of https://github.com/ArduPilot/ardupilot
AP_Module: AP_AHRS no longer requires GPS in constructor
This commit is contained in:
parent
89d3289400
commit
e584a90c81
|
@ -19,7 +19,7 @@ static AP_Baro baro;
|
|||
static AP_SerialManager serial_manager;
|
||||
|
||||
// choose which AHRS system to use
|
||||
static AP_AHRS_DCM ahrs{ins, baro, gps};
|
||||
static AP_AHRS_DCM ahrs{ins, baro};
|
||||
|
||||
void setup(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue