1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

fix typos in code comments in common folder

This commit is contained in:
DusKing1 2021-08-16 15:06:07 +08:00
parent 8ca4fdc586
commit 73c87c0593
17 changed files with 20 additions and 20 deletions

View file

@ -279,7 +279,7 @@ FAST_CODE_NOINLINE bool dshotCommandOutputIsEnabled(uint8_t motorCount)
case DSHOT_COMMAND_STATE_STARTDELAY:
if (command->nextCommandCycleDelay) {
--command->nextCommandCycleDelay;
return false; // Delay motor output until the start of the command seequence
return false; // Delay motor output until the start of the command sequence
}
command->state = DSHOT_COMMAND_STATE_ACTIVE;
command->nextCommandCycleDelay = 0; // first iteration of the repeat happens now