Another incorrect variable name.

pull/1/head
Jonathan Naylor 8 years ago
parent 8941f6b6d2
commit 596a9eae5e

@ -232,7 +232,7 @@ void* CIcomController::Entry()
seqNo = 0U; seqNo = 0U;
} else { } else {
state = SI_DATA; state = SI_DATA;
seqNo = buffer[2U]; seqNo = storeData[2U];
} }
int ret = m_serial.write(storeData, storeLength + 1U); int ret = m_serial.write(storeData, storeLength + 1U);

Loading…
Cancel
Save

Powered by TurnKey Linux.