mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Define USE_LATE_TASK_STATISTICS for AT32 (#12328)
This commit is contained in:
parent
df70dc9574
commit
01df7f3057
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue