From f232d385923e5c11df0eda7127b4495fa8977c01 Mon Sep 17 00:00:00 2001 From: Steve Evans Date: Tue, 28 Dec 2021 11:03:48 +0000 Subject: [PATCH] Enable USE_LATE_TASK_STATISTICS on F411 --- src/main/target/common_pre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/common_pre.h b/src/main/target/common_pre.h index ce78472fdf..aa1d8a8f4a 100644 --- a/src/main/target/common_pre.h +++ b/src/main/target/common_pre.h @@ -45,7 +45,6 @@ #ifdef STM32F4 #if defined(STM32F40_41xxx) #define USE_FAST_DATA -#define USE_LATE_TASK_STATISTICS #endif #define USE_DSHOT #define USE_DSHOT_BITBANG @@ -63,6 +62,7 @@ #define USE_TIMER_MGMT #define USE_PERSISTENT_OBJECTS #define USE_CUSTOM_DEFAULTS_ADDRESS +#define USE_LATE_TASK_STATISTICS #if defined(STM32F40_41xxx) || defined(STM32F411xE) #define USE_OVERCLOCK