1
0
Fork 0
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:
Michael Keller 2020-06-22 00:28:27 +12:00 committed by GitHub
commit 4e7f7112d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 40 additions and 8 deletions

View file

@ -351,7 +351,7 @@ void tasksInit(void)
#endif
#ifdef USE_PINIOBOX
setTaskEnabled(TASK_PINIOBOX, true);
pinioBoxTaskControl();
#endif
#ifdef USE_CMS