From 35ad4c493882d86af4878ffd42ae01e8f4fce327 Mon Sep 17 00:00:00 2001 From: blckmn Date: Sun, 10 Jul 2016 07:50:00 +1000 Subject: [PATCH] tabs to spaces --- src/main/flight/mixer.c | 2 +- src/main/io/serial_cli.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/flight/mixer.c b/src/main/flight/mixer.c index cd2a0272c..b851fd355 100755 --- a/src/main/flight/mixer.c +++ b/src/main/flight/mixer.c @@ -669,7 +669,7 @@ void stopMotors(void) void stopPwmAllMotors() { pwmShutdownPulsesForAllMotors(motorCount); - delayMicroseconds(1500); + delayMicroseconds(1500); } #ifndef USE_QUAD_MIXER_ONLY diff --git a/src/main/io/serial_cli.c b/src/main/io/serial_cli.c index 49219a129..c0f3a8c41 100644 --- a/src/main/io/serial_cli.c +++ b/src/main/io/serial_cli.c @@ -2574,7 +2574,7 @@ static void cliRebootEx(bool bootLoader) cliPrint("\r\nRebooting"); bufWriterFlush(cliWriter); waitForSerialPortToFinishTransmitting(cliPort); - stopPwmAllMotors(); + stopPwmAllMotors(); if (bootLoader) { systemResetToBootloader(); return;