AP_Module: use baro singleton

This commit is contained in:
Peter Barker 2018-03-06 08:06:10 +11:00 committed by Lucas De Marchi
parent beb85e49fb
commit 24ad36a7a3

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