mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
PICO USE_LATE_TASK_STATISTICS (#14489)
This commit is contained in:
parent
ac918d37fe
commit
f21854cda1
1 changed files with 3 additions and 0 deletions
|
@ -122,3 +122,6 @@ extern uint32_t systemUniqueId[3];
|
|||
#define SERIAL_TRAIT_PIN_CONFIG 1
|
||||
|
||||
#define xDMA_GetCurrDataCounter(dma_resource) (((dma_channel_hw_t *)(dma_resource))->transfer_count)
|
||||
|
||||
#define USE_LATE_TASK_STATISTICS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue