1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Merge pull request #11269 from SteveCEvans/rx_timing

Ignore duration of calcActiveAdjustmentRanges() and optimize RX_TASK_DECAY_SHIFT
This commit is contained in:
haslinghuis 2022-01-11 17:28:23 +01:00 committed by GitHub
commit 8d52a36150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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) {}
}