mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Merge pull request #9682 from etracer65/piniobox_task
Only enable PINIOBOX task when needed
This commit is contained in:
commit
4e7f7112d0
14 changed files with 40 additions and 8 deletions
|
@ -351,7 +351,7 @@ void tasksInit(void)
|
|||
#endif
|
||||
|
||||
#ifdef USE_PINIOBOX
|
||||
setTaskEnabled(TASK_PINIOBOX, true);
|
||||
pinioBoxTaskControl();
|
||||
#endif
|
||||
|
||||
#ifdef USE_CMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue