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:
parent
56f737ff8b
commit
9f2de6f46c
1 changed files with 2 additions and 0 deletions
|
@ -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] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue