mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Add expediting of OSD task
This commit is contained in:
parent
e7b61a928f
commit
db904b4a75
6 changed files with 27 additions and 0 deletions
|
@ -1377,5 +1377,6 @@ extern "C" {
|
|||
void schedulerIgnoreTaskStateTime(void) { }
|
||||
void schedulerIgnoreTaskExecRate(void) { }
|
||||
void schedulerIgnoreTaskExecTime(void) { }
|
||||
bool schedulerGetIgnoreTaskExecTime() { return false; }
|
||||
void schedulerSetNextStateTime(timeDelta_t) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue