Use the correct variable.

pull/1/head
Jonathan Naylor 8 years ago
parent 10021d07f8
commit 8941f6b6d2

@ -227,7 +227,7 @@ void* CIcomController::Entry()
CUtils::dump(wxT("Sending"), storeData, storeLength + 1U);
if (buffer[1U] == 0x20U) {
if (storeData[1U] == 0x20U) {
state = SI_HEADER;
seqNo = 0U;
} else {

Loading…
Cancel
Save

Powered by TurnKey Linux.