1
0
Fork 0
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:
dongie 2014-02-20 19:56:40 +09:00
parent d40e8c0ef4
commit f83133fa74
2 changed files with 4 additions and 3 deletions

View file

@ -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) {