mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF3: add --debug-ekf to debug the EKF
This commit is contained in:
parent
9bbd2b19c2
commit
431468452c
|
@ -19,7 +19,10 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
#if !defined(HAL_DEBUG_BUILD) || !HAL_DEBUG_BUILD
|
||||||
#pragma GCC optimize("O2")
|
#pragma GCC optimize("O2")
|
||||||
|
#endif
|
||||||
|
|
||||||
#define EK3_DISABLE_INTERRUPTS 0
|
#define EK3_DISABLE_INTERRUPTS 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue