mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Fix RX rate calculation when using fport
This commit is contained in:
parent
cb19bb16d4
commit
fa40fbe865
5 changed files with 15 additions and 12 deletions
|
@ -230,6 +230,7 @@ uint8_t __config_end = 0x10;
|
|||
uint16_t averageSystemLoadPercent = 0;
|
||||
|
||||
timeDelta_t getTaskDeltaTime(cfTaskId_e){ return 0; }
|
||||
uint16_t currentRxRefreshRate = 9000;
|
||||
armingDisableFlags_e getArmingDisableFlags(void) { return ARMING_DISABLED_NO_GYRO; }
|
||||
|
||||
const char *armingDisableFlagNames[]= {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue