mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Updating serial port watchdog for 48 kHz
This commit is contained in:
parent
6192d75c4a
commit
b1dceec444
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ void CSerialPort::process()
|
|||
}
|
||||
}
|
||||
|
||||
if (io.getWatchdog() >= 48000U) {
|
||||
if (io.getWatchdog() >= 96000U) {
|
||||
m_ptr = 0U;
|
||||
m_len = 0U;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue