mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
- Fix and add BST task into scheduler, with fixed PID reading 0s problem.
This commit is contained in:
parent
56098a63ca
commit
6f3d576802
6 changed files with 51 additions and 23 deletions
|
@ -71,7 +71,8 @@ typedef enum {
|
|||
TASK_LEDSTRIP,
|
||||
#endif
|
||||
#ifdef USE_BST
|
||||
TASK_BST_PROCESS,
|
||||
TASK_BST_READ_WRITE,
|
||||
TASK_BST_MASTER_PROCESS,
|
||||
#endif
|
||||
|
||||
/* Count of real tasks */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue