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

Merge pull request #4681 from fiam/agh_fix_set_tx_info

Fix MSP code in switch for MSP_SET_TX_INFO
This commit is contained in:
Martin Budden 2017-11-28 15:19:39 +00:00 committed by GitHub
commit 94d3549299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1993,7 +1993,7 @@ static mspResult_e mspProcessInCommand(uint8_t cmdMSP, sbuf_t *src)
break;
#endif
case MSP_TX_INFO:
case MSP_SET_TX_INFO:
setRssiMsp(sbufReadU8(src));
break;