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:
parent
8ca4fdc586
commit
73c87c0593
17 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue