From 596a9eae5e14d1ad3bd844e255a0a8af2eec8dae Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 11 Sep 2018 15:46:47 +0100 Subject: [PATCH] Another incorrect variable name. --- Common/IcomController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/IcomController.cpp b/Common/IcomController.cpp index 9328d7e..91e313e 100644 --- a/Common/IcomController.cpp +++ b/Common/IcomController.cpp @@ -232,7 +232,7 @@ void* CIcomController::Entry() seqNo = 0U; } else { state = SI_DATA; - seqNo = buffer[2U]; + seqNo = storeData[2U]; } int ret = m_serial.write(storeData, storeLength + 1U);