mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
- Fix and add BST task into scheduler.
This commit is contained in:
parent
560bd745f0
commit
cad401da25
5 changed files with 22 additions and 2 deletions
|
@ -70,6 +70,9 @@ typedef enum {
|
|||
#ifdef LED_STRIP
|
||||
TASK_LEDSTRIP,
|
||||
#endif
|
||||
#ifdef USE_BST
|
||||
TASK_BST_PROCESS,
|
||||
#endif
|
||||
|
||||
/* Count of real tasks */
|
||||
TASK_COUNT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue