1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Merge branch 'naze-updates-pb' of github.com:Pierre-A/Cleanflight into Pierre-A-naze-updates-pb

This commit is contained in:
Dominic Clifton 2014-11-06 19:44:39 +00:00
commit 59698c5a37
5 changed files with 6 additions and 8 deletions

View file

@ -862,7 +862,7 @@ static void cliExit(char *cmdline)
*cliBuffer = '\0';
bufferIndex = 0;
cliMode = 0;
// incase some idiot leaves a motor running during motortest, clear it here
// incase a motor was left running during motortest, clear it here
mixerResetMotors();
// save and reboot... I think this makes the most sense - otherwise config changes can be out of sync, maybe just need to applyConfig and return?
#if 1