Browse Source

AP_Module: AP_AHRS no longer requires GPS in constructor

master
Peter Barker 7 years ago committed by Francisco Ferreira
parent
commit
e584a90c81
  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;
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, baro, gps}; static AP_AHRS_DCM ahrs{ins, baro};
void setup(void) void setup(void)
{ {

Loading…
Cancel
Save