Skip to content

Commit

Permalink
AP_NavEKF3: apply -O2 to AP_NavEKFx.h
Browse files Browse the repository at this point in the history
the core.h file adjusts the optimisation level; use it when including the AP_NavEKFx.h header file
  • Loading branch information
peterbarker committed Nov 27, 2024
1 parent b59297d commit 6d97a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/AP_NavEKF3/AP_NavEKF3.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#include "AP_NavEKF3_core.h"

#include "AP_NavEKF3.h"

#include <AP_HAL/AP_HAL.h>

#include "AP_NavEKF3_core.h"
#include <GCS_MAVLink/GCS.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
Expand Down

0 comments on commit 6d97a62

Please sign in to comment.