5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-03 22:48:29 -04:00

AC_AttitudeControl: optimize attitude control

This commit is contained in:
Andy Piper 2024-12-14 15:14:40 +00:00
parent 684d95a826
commit 1bbf0a5640

View File

@ -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)