mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Add back subtasks
This commit is contained in:
parent
a31bf0f43f
commit
431ca856cf
1 changed files with 1 additions and 0 deletions
|
@ -778,6 +778,7 @@ void taskMainPidLoopCheck(void) {
|
|||
|
||||
if (runTaskMainSubprocesses) {
|
||||
if (!shouldUpdateMotorsAfterPIDLoop()) taskMotorUpdate();
|
||||
subTasksMainPidLoop();
|
||||
runTaskMainSubprocesses = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue