mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
AP_Module: use baro singleton
This commit is contained in:
parent
beb85e49fb
commit
24ad36a7a3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user