AP_NavEKF2: apply -O2 to AP_NavEKFx.h

the core.h file adjusts the optimisation level; use it when including the AP_NavEKFx.h header file
This commit is contained in:
Peter Barker 2024-11-27 11:22:13 +11:00 committed by Andrew Tridgell
parent 52291b622a
commit c6ec6cb428
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include "AP_NavEKF2.h"
#include "AP_NavEKF2_core.h" #include "AP_NavEKF2_core.h"
#include "AP_NavEKF2.h"
#include <AP_DAL/AP_DAL.h> #include <AP_DAL/AP_DAL.h>
#include <AP_HAL/AP_HAL.h> #include <AP_HAL/AP_HAL.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>