mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Merge branch 'master' into dstar_correlator
This commit is contained in:
commit
a0afe0e54f
12 changed files with 347 additions and 55 deletions
|
|
@ -426,6 +426,10 @@ 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…
Add table
Add a link
Reference in a new issue