1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

CMS - Fix comment typo.

This commit is contained in:
Dominic Clifton 2022-01-23 15:30:29 +01:00
parent 023a7e5b00
commit a0ca5124a2

View file

@ -1412,7 +1412,7 @@ static uint16_t cmsScanKeys(timeMs_t currentTimeMs, timeMs_t lastCalledMs, int16
rcDelayMs = cmsHandleKeyWithRepeat(pCurrentDisplay, key, repeatCount); rcDelayMs = cmsHandleKeyWithRepeat(pCurrentDisplay, key, repeatCount);
// Key repeat effect is implemented in two phases. // Key repeat effect is implemented in two phases.
// First phldase is to decrease rcDelayMs reciprocal to hold time. // First phase is to decrease rcDelayMs reciprocal to hold time.
// When rcDelayMs reached a certain limit (scheduling interval), // When rcDelayMs reached a certain limit (scheduling interval),
// repeat rate will not raise anymore, so we call key handler // repeat rate will not raise anymore, so we call key handler
// multiple times (repeatCount). // multiple times (repeatCount).