1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +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

@ -1969,7 +1969,6 @@ void mspProcess(void)
if (isRebootScheduled) {
waitForSerialPortToFinishTransmitting(candidatePort->port);
stopMotors();
handleOneshotFeatureChangeOnRestart();
// On real flight controllers, systemReset() will do a soft reset of the device,
// reloading the program. But to support offline testing this flag needs to be
// cleared so that the software doesn't continuously attempt to reboot itself.