1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Remove unused task for majority of targets

This commit is contained in:
borisbstyle 2016-01-07 01:38:23 +01:00
parent 56f737ff8b
commit 9f2de6f46c

View file

@ -78,7 +78,9 @@ void taskUpdateDisplay(void);
void taskTelemetry(void);
void taskLedStrip(void);
void taskSystem(void);
#ifdef USE_BST
void taskBstProcess(void);
#endif
static cfTask_t cfTasks[TASK_COUNT] = {
[TASK_SYSTEM] = {