mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
Merge pull request #8556 from JulioCesarMatias/RemoveDuplication
[scheduler.c] Remove duplication
This commit is contained in:
commit
9ee63e99a1
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ void schedulerResetTaskStatistics(cfTaskId_e taskId)
|
||||||
} else if (taskId < TASK_COUNT) {
|
} else if (taskId < TASK_COUNT) {
|
||||||
cfTasks[taskId].movingSumExecutionTime = 0;
|
cfTasks[taskId].movingSumExecutionTime = 0;
|
||||||
cfTasks[taskId].totalExecutionTime = 0;
|
cfTasks[taskId].totalExecutionTime = 0;
|
||||||
cfTasks[taskId].totalExecutionTime = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue