mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
bring betaflight up to par with serial1wire-blheli-multiesc
This commit is contained in:
parent
d7ad58412c
commit
80be01e530
3 changed files with 10 additions and 13 deletions
|
@ -2138,8 +2138,6 @@ static void cliUSB1Wire(char *cmdline)
|
|||
printf("Invalid motor port, valid range: 1 to %d\r\n", ESC_COUNT);
|
||||
}
|
||||
}
|
||||
UNUSED(cmdline);
|
||||
StopPwmAllMotors();
|
||||
// motor 1 => index 0
|
||||
usb1WirePassthrough(i-1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue