mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF3: 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:
parent
c6ec6cb428
commit
f19eddad74
|
@ -1,8 +1,9 @@
|
||||||
|
#include "AP_NavEKF3_core.h"
|
||||||
|
|
||||||
#include "AP_NavEKF3.h"
|
#include "AP_NavEKF3.h"
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
|
|
||||||
#include "AP_NavEKF3_core.h"
|
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
#include <AP_Logger/AP_Logger.h>
|
#include <AP_Logger/AP_Logger.h>
|
||||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||||
|
|
Loading…
Reference in New Issue