1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 13:55:18 +03:00

add serial_rx msp

This commit is contained in:
treymarc 2014-05-01 05:06:36 +02:00
parent 8a5f424421
commit ed46b4e4ac
7 changed files with 44 additions and 1 deletions

View file

@ -286,6 +286,7 @@ static void evaluateCommand(void)
for (i = 0; i < 8; i++)
rcData[i] = read16();
headSerialReply(0);
mspFrameRecieve();
break;
case MSP_SET_ACC_TRIM:
cfg.angleTrim[PITCH] = read16();