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:
parent
d384fae9f4
commit
b953e1c0b4
4 changed files with 4 additions and 16 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue