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

Ignore duration of calcActiveAdjustmentRanges() and optimize RX_TASK_DECAY_SHIFT

This commit is contained in:
Steve Evans 2022-01-10 01:18:05 +00:00
parent 18ee33e7a8
commit 1526adfb44
3 changed files with 6 additions and 1 deletions

View file

@ -656,4 +656,5 @@ void setLedProfile(uint8_t profile) { UNUSED(profile); }
uint8_t getLedProfile(void) { return 0; }
void compassStartCalibration(void) {}
void pinioBoxTaskControl(void) {}
void schedulerIgnoreTaskExecTime(void) {}
}