Merge pull request #109 from juribeparada/dstar_correlator

Adding support for STM32F767 dstar_correlator branch
This commit is contained in:
Jonathan Naylor 2017-08-29 09:17:09 +01:00 committed by GitHub
commit 4eda2b61f5

View file

@ -426,10 +426,6 @@ void CSerialPort::process()
m_ptr = 0U;
m_len = 0U;
}
else {
m_ptr = 0U;
m_len = 0U;
}
} else if (m_ptr == 1U) {
// Handle the frame length
m_len = m_buffer[m_ptr] = c;