mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
AP_Module: use ins singleton
This commit is contained in:
parent
25490b6151
commit
8114db3fdc
@ -19,7 +19,7 @@ static AP_Baro baro;
|
|||||||
static AP_SerialManager serial_manager;
|
static AP_SerialManager serial_manager;
|
||||||
|
|
||||||
// choose which AHRS system to use
|
// choose which AHRS system to use
|
||||||
static AP_AHRS_DCM ahrs{ins};
|
static AP_AHRS_DCM ahrs{};
|
||||||
|
|
||||||
void setup(void)
|
void setup(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user