We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9b26f commit 7329ce4Copy full SHA for 7329ce4
src/SCRIPTS/BF/MSP/common.lua
@@ -101,10 +101,8 @@ function mspReceivedReply(payload)
101
idx = idx + 1
102
mspStarted = true
103
elseif not mspStarted then
104
- mspOutOfOrder = mspOutOfOrder + 1
105
return nil
106
elseif bit32.band(mspRemoteSeq + 1, 0x0F) ~= seq then
107
108
mspStarted = false
109
110
end
0 commit comments