1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Additional delay never eventuates with new pwm_protocol and disabling of feature for OS42 and MS - why needed for 125?

This commit is contained in:
blckmn 2016-06-25 10:37:53 +10:00
parent d384fae9f4
commit b953e1c0b4
4 changed files with 4 additions and 16 deletions

View file

@ -2563,12 +2563,12 @@ static void cliRateProfile(char *cmdline) {
}
}
static void cliReboot(void) {
static void cliReboot(void)
{
cliPrint("\r\nRebooting");
bufWriterFlush(cliWriter);
waitForSerialPortToFinishTransmitting(cliPort);
stopMotors();
handleOneshotFeatureChangeOnRestart();
systemReset();
}