Fix obvious bug is GPS-A handling.

This commit is contained in:
Jonathan Naylor 2018-07-04 07:32:09 +01:00
parent 5124a594e7
commit 96426b50d9
2 changed files with 662 additions and 1 deletions

View file

@ -255,7 +255,7 @@ bool CAPRSCollector::addCRCData()
m_crcLength = 0U;
for (int i = n1; i <= n2; i++) {
m_crcData[m_rmcLength] = m_collector.GetChar(i);
m_crcData[m_crcLength] = m_collector.GetChar(i);
m_crcLength++;
}