mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Fixing missing reply in MSP_SET_MOTORS. Found by cTn
This commit is contained in:
parent
d40e8c0ef4
commit
f83133fa74
2 changed files with 4 additions and 3 deletions
|
@ -342,6 +342,7 @@ static void evaluateCommand(void)
|
|||
case MSP_SET_MOTOR:
|
||||
for (i = 0; i < 8; i++)
|
||||
motor_disarmed[i] = read16();
|
||||
headSerialReply(0);
|
||||
break;
|
||||
case MSP_SELECT_SETTING:
|
||||
if (!f.ARMED) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue