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:
parent
68026f7c3e
commit
35ad4c4938
2 changed files with 2 additions and 2 deletions
|
@ -2574,7 +2574,7 @@ static void cliRebootEx(bool bootLoader)
|
|||
cliPrint("\r\nRebooting");
|
||||
bufWriterFlush(cliWriter);
|
||||
waitForSerialPortToFinishTransmitting(cliPort);
|
||||
stopPwmAllMotors();
|
||||
stopPwmAllMotors();
|
||||
if (bootLoader) {
|
||||
systemResetToBootloader();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue