1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Initial commit of run queue for scheduler.

This commit is contained in:
Martin Budden 2016-01-18 19:01:56 +00:00 committed by borisbstyle
parent bab2c72ae0
commit 5a9523c26b
3 changed files with 112 additions and 88 deletions

View file

@ -721,6 +721,7 @@ int main(void) {
setTaskEnabled(TASK_TRANSPONDER, feature(FEATURE_TRANSPONDER));
#endif
schedulerInit();
while (1) {
scheduler();
processLoopback();