mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +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 (runTaskMainSubprocesses) {
|
||||||
if (!shouldUpdateMotorsAfterPIDLoop()) taskMotorUpdate();
|
if (!shouldUpdateMotorsAfterPIDLoop()) taskMotorUpdate();
|
||||||
|
subTasksMainPidLoop();
|
||||||
runTaskMainSubprocesses = false;
|
runTaskMainSubprocesses = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue