mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
AP_Baro: fix example
This commit is contained in:
parent
aaf7504ac8
commit
ce34ce6def
@ -29,7 +29,7 @@ const AP_HAL::HAL &hal = AP_HAL::get_HAL();
|
||||
// create barometer object
|
||||
static AP_Baro barometer;
|
||||
#if HAL_EXTERNAL_AHRS_ENABLED
|
||||
static AP_ExternalAHRS eAHRS;
|
||||
static AP_ExternalAHRS eAHRS;
|
||||
#endif // HAL_EXTERNAL_AHRS_ENABLED
|
||||
|
||||
static uint32_t timer;
|
||||
|
Loading…
Reference in New Issue
Block a user