mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-05 14:35:14 +00:00
Update IO.cpp
When you added the scan mode, you had a cut/copy/paste error. P25 was broke.
This commit is contained in:
parent
3088c3240a
commit
8f320ad8ee
1 changed files with 1 additions and 1 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -135,7 +135,7 @@ void CIO::process()
|
|||
ysfRX.databit(bit);
|
||||
break;
|
||||
case STATE_P25:
|
||||
ysfRX.databit(bit);
|
||||
p25RX.databit(bit);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue