mirror of https://github.com/g4klx/MMDVM.git
Updating serial port watchdog for 48 kHz
This commit is contained in:
parent
6192d75c4a
commit
b1dceec444
|
@ -668,7 +668,7 @@ void CSerialPort::process()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (io.getWatchdog() >= 48000U) {
|
if (io.getWatchdog() >= 96000U) {
|
||||||
m_ptr = 0U;
|
m_ptr = 0U;
|
||||||
m_len = 0U;
|
m_len = 0U;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue