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:
parent
a0ca5124a2
commit
5215a2b896
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue