1
0
Fork 0
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:
borisbstyle 2016-03-03 13:33:07 +01:00
parent a31bf0f43f
commit 431ca856cf

View file

@ -778,6 +778,7 @@ void taskMainPidLoopCheck(void) {
if (runTaskMainSubprocesses) {
if (!shouldUpdateMotorsAfterPIDLoop()) taskMotorUpdate();
subTasksMainPidLoop();
runTaskMainSubprocesses = false;
}