mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-01-11 03:00:18 +01:00
Fix typo
This commit is contained in:
parent
2833ed2d2e
commit
edbf2b3ec0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue