Browse Source

AP_Module: use ins singleton

master
Lucas De Marchi 7 years ago committed by Lucas De Marchi
parent
commit
8114db3fdc
  1. 2
      libraries/AP_Module/examples/ModuleTest/ModuleTest.cpp

2
libraries/AP_Module/examples/ModuleTest/ModuleTest.cpp

@ -19,7 +19,7 @@ static AP_Baro baro; @@ -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)
{

Loading…
Cancel
Save