mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
remove MSP command from replies
This commit is contained in:
parent
89e810c1b2
commit
9eb99048e3
1 changed files with 0 additions and 3 deletions
|
@ -483,10 +483,7 @@ bool smartPortSendMspReply()
|
||||||
|
|
||||||
// header
|
// header
|
||||||
*(p++) = (SMARTPORT_MSP_VERSION << 5) | (1 << 4) | (seq++ & 0xF);
|
*(p++) = (SMARTPORT_MSP_VERSION << 5) | (1 << 4) | (seq++ & 0xF);
|
||||||
|
|
||||||
*(p++) = size;
|
*(p++) = size;
|
||||||
*(p++) = smartPortMspReply.cmd;
|
|
||||||
|
|
||||||
checksum = sbufBytesRemaining(txBuf) ^ smartPortMspReply.cmd;
|
checksum = sbufBytesRemaining(txBuf) ^ smartPortMspReply.cmd;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue