AP_InertialSensor: fix example

This commit is contained in:
Pierre Kancir 2021-02-09 15:09:51 +01:00 committed by Andrew Tridgell
parent ce34ce6def
commit 67540dc5bb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const AP_HAL::HAL &hal = AP_HAL::get_HAL();
static AP_InertialSensor ins;
#if HAL_EXTERNAL_AHRS_ENABLED
static AP_ExternalAHRS eAHRS;
static AP_ExternalAHRS eAHRS;
#endif // HAL_EXTERNAL_AHRS_ENABLED
static void display_offsets_and_scaling();