5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-15 12:23:58 -04:00

AP_Module: use ins singleton

This commit is contained in:
Lucas De Marchi 2018-03-10 23:21:02 -08:00 committed by Lucas De Marchi
parent 25490b6151
commit 8114db3fdc

View File

@ -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};
static AP_AHRS_DCM ahrs{};
void setup(void)
{