1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Enable USE_LATE_TASK_STATISTICS on F411

This commit is contained in:
Steve Evans 2021-12-28 11:03:48 +00:00
parent 9bdf9c11e9
commit f232d38592

View file

@ -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