tabs to spaces
This commit is contained in:
parent
68026f7c3e
commit
35ad4c4938
|
@ -669,7 +669,7 @@ void stopMotors(void)
|
|||
void stopPwmAllMotors()
|
||||
{
|
||||
pwmShutdownPulsesForAllMotors(motorCount);
|
||||
delayMicroseconds(1500);
|
||||
delayMicroseconds(1500);
|
||||
}
|
||||
|
||||
#ifndef USE_QUAD_MIXER_ONLY
|
||||
|
|
|
@ -2574,7 +2574,7 @@ static void cliRebootEx(bool bootLoader)
|
|||
cliPrint("\r\nRebooting");
|
||||
bufWriterFlush(cliWriter);
|
||||
waitForSerialPortToFinishTransmitting(cliPort);
|
||||
stopPwmAllMotors();
|
||||
stopPwmAllMotors();
|
||||
if (bootLoader) {
|
||||
systemResetToBootloader();
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue