mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_NavEKF: enable optimisation level 3 for the EKF
This commit is contained in:
parent
c9ec8b3f67
commit
10fddf4c7e
@ -4,6 +4,8 @@
|
||||
|
||||
#if HAL_CPU_CLASS >= HAL_CPU_CLASS_150
|
||||
|
||||
#pragma GCC optimize("O3")
|
||||
|
||||
/*
|
||||
optionally turn down optimisation for debugging
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user