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

CMS - Fix whitespace.

This commit is contained in:
Dominic Clifton 2022-01-23 15:31:00 +01:00
parent a0ca5124a2
commit 5215a2b896

View file

@ -1440,7 +1440,7 @@ static uint16_t cmsScanKeys(timeMs_t currentTimeMs, timeMs_t lastCalledMs, int16
repeatCount = repeatCount + (holdCount - repeatBase) / 5;
if (repeatCount > 5) {
repeatCount= 5;
repeatCount = 5;
}
}
}