mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +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
|
||||
*(p++) = (SMARTPORT_MSP_VERSION << 5) | (1 << 4) | (seq++ & 0xF);
|
||||
|
||||
*(p++) = size;
|
||||
*(p++) = smartPortMspReply.cmd;
|
||||
|
||||
checksum = sbufBytesRemaining(txBuf) ^ smartPortMspReply.cmd;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue