AP_NavEKF2: add --debug-ekf to debug the EKF

This commit is contained in:
Pierre Kancir 2020-04-29 14:52:00 +02:00 committed by Peter Barker
parent 90d24042cf
commit 9bbd2b19c2

View File

@ -20,7 +20,9 @@
*/ */
#pragma once #pragma once
#pragma GCC optimize("O2") #if !defined(HAL_DEBUG_BUILD) || !HAL_DEBUG_BUILD
#pragma GCC optimize("O2")
#endif
#define EK2_DISABLE_INTERRUPTS 0 #define EK2_DISABLE_INTERRUPTS 0