Skip to content

Commit

Permalink
AC_AttitudeControl: optimize attitude control
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Dec 14, 2024
1 parent 684d95a commit 1bbf0a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AC_AttitudeControl/AC_AttitudeControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <AP_Scheduler/AP_Scheduler.h>

#pragma GCC optimize("O2")

extern const AP_HAL::HAL& hal;

#if APM_BUILD_TYPE(APM_BUILD_ArduPlane)
Expand Down

0 comments on commit 1bbf0a5

Please sign in to comment.