1
0
Fork 0
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:
jirif 2018-05-04 07:45:47 +02:00
parent cb19bb16d4
commit fa40fbe865
5 changed files with 15 additions and 12 deletions

View file

@ -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[]= {