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:
parent
684d95a826
commit
1bbf0a5640
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user