1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +03:00

Fix bug when saving servo params causing the servos not to move as configured

This commit is contained in:
Michel Pastor 2018-03-20 00:31:20 +01:00
parent 132a800c54
commit 0a73cd1f11
3 changed files with 12 additions and 7 deletions

View file

@ -1668,6 +1668,7 @@ static mspResult_e mspFcProcessInCommand(uint16_t cmdMSP, sbuf_t *src)
sbufReadU8(src);
servoParamsMutable(tmp_u8)->forwardFromChannel = sbufReadU8(src);
servoParamsMutable(tmp_u8)->reversedSources = sbufReadU32(src);
servoComputeScalingFactors(tmp_u8);
}
break;
#endif