mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
tabs to spaces
This commit is contained in:
parent
68026f7c3e
commit
35ad4c4938
2 changed files with 2 additions and 2 deletions
|
@ -669,7 +669,7 @@ void stopMotors(void)
|
||||||
void stopPwmAllMotors()
|
void stopPwmAllMotors()
|
||||||
{
|
{
|
||||||
pwmShutdownPulsesForAllMotors(motorCount);
|
pwmShutdownPulsesForAllMotors(motorCount);
|
||||||
delayMicroseconds(1500);
|
delayMicroseconds(1500);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef USE_QUAD_MIXER_ONLY
|
#ifndef USE_QUAD_MIXER_ONLY
|
||||||
|
|
|
@ -2574,7 +2574,7 @@ static void cliRebootEx(bool bootLoader)
|
||||||
cliPrint("\r\nRebooting");
|
cliPrint("\r\nRebooting");
|
||||||
bufWriterFlush(cliWriter);
|
bufWriterFlush(cliWriter);
|
||||||
waitForSerialPortToFinishTransmitting(cliPort);
|
waitForSerialPortToFinishTransmitting(cliPort);
|
||||||
stopPwmAllMotors();
|
stopPwmAllMotors();
|
||||||
if (bootLoader) {
|
if (bootLoader) {
|
||||||
systemResetToBootloader();
|
systemResetToBootloader();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue