1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

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

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