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:
parent
bab2c72ae0
commit
5a9523c26b
3 changed files with 112 additions and 88 deletions
|
@ -721,6 +721,7 @@ int main(void) {
|
|||
setTaskEnabled(TASK_TRANSPONDER, feature(FEATURE_TRANSPONDER));
|
||||
#endif
|
||||
|
||||
schedulerInit();
|
||||
while (1) {
|
||||
scheduler();
|
||||
processLoopback();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue