From 01df7f30575b3e03722caf76597b5d730873fb6c Mon Sep 17 00:00:00 2001 From: Steve Evans Date: Thu, 9 Feb 2023 05:53:06 +0000 Subject: [PATCH] Define USE_LATE_TASK_STATISTICS for AT32 (#12328) --- src/main/drivers/at32/platform_at32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/drivers/at32/platform_at32.h b/src/main/drivers/at32/platform_at32.h index 201a505f78..11f35fa1d4 100644 --- a/src/main/drivers/at32/platform_at32.h +++ b/src/main/drivers/at32/platform_at32.h @@ -47,6 +47,7 @@ typedef enum {DISABLE = 0, ENABLE = !DISABLE} FunctionalState; #define USE_DMA_SPEC #define USE_PERSISTENT_OBJECTS #define USE_CUSTOM_DEFAULTS_ADDRESS +#define USE_LATE_TASK_STATISTICS #define TASK_GYROPID_DESIRED_PERIOD 1000 // 1000us = 1kHz #define SCHEDULER_DELAY_LIMIT 100