tabs to spaces

This commit is contained in:
blckmn 2016-07-10 07:50:00 +10:00
parent 68026f7c3e
commit 35ad4c4938
2 changed files with 2 additions and 2 deletions

View File

@ -669,7 +669,7 @@ void stopMotors(void)
void stopPwmAllMotors()
{
pwmShutdownPulsesForAllMotors(motorCount);
delayMicroseconds(1500);
delayMicroseconds(1500);
}
#ifndef USE_QUAD_MIXER_ONLY

View File

@ -2574,7 +2574,7 @@ static void cliRebootEx(bool bootLoader)
cliPrint("\r\nRebooting");
bufWriterFlush(cliWriter);
waitForSerialPortToFinishTransmitting(cliPort);
stopPwmAllMotors();
stopPwmAllMotors();
if (bootLoader) {
systemResetToBootloader();
return;