1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

Add USE_LATE_TASK_STATISTICS

This commit is contained in:
Steve Evans 2025-06-29 23:01:17 +01:00
parent de84bab743
commit 3598241ed6

View file

@ -122,3 +122,6 @@ extern uint32_t systemUniqueId[3];
#define SERIAL_TRAIT_PIN_CONFIG 1 #define SERIAL_TRAIT_PIN_CONFIG 1
#define xDMA_GetCurrDataCounter(dma_resource) (((dma_channel_hw_t *)(dma_resource))->transfer_count) #define xDMA_GetCurrDataCounter(dma_resource) (((dma_channel_hw_t *)(dma_resource))->transfer_count)
#define USE_LATE_TASK_STATISTICS