1
0
Fork 0
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:
Larry (TBS) 2016-01-05 17:06:12 +08:00 committed by borisbstyle
parent 560bd745f0
commit cad401da25
5 changed files with 22 additions and 2 deletions

View file

@ -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,