mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Use peak tracking as default for task duration estimation rather than a moving average
This commit is contained in:
parent
bfd597a449
commit
29d221502e
23 changed files with 100 additions and 91 deletions
|
@ -250,6 +250,8 @@ void mixerSetThrottleAngleCorrection(int) {};
|
|||
bool gpsRescueIsRunning(void) { return false; }
|
||||
bool isFixedWing(void) { return false; }
|
||||
void pinioBoxTaskControl(void) {}
|
||||
void ignoreTaskExecTime(void) {}
|
||||
void ignoreTaskStateTime(void) {}
|
||||
void schedulerIgnoreTaskExecTime(void) {}
|
||||
void schedulerIgnoreTaskStateTime(void) {}
|
||||
void schedulerSetNextStateTime(timeDelta_t) {}
|
||||
bool schedulerGetIgnoreTaskExecTime() { return false; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue