Update IO.cpp

When you added the scan mode, you had a cut/copy/paste error.  P25 was broke.
This commit is contained in:
MrBungle42 2017-03-30 22:48:30 -04:00 committed by GitHub
parent 3088c3240a
commit 8f320ad8ee

2
IO.cpp
View file

@ -135,7 +135,7 @@ void CIO::process()
ysfRX.databit(bit);
break;
case STATE_P25:
ysfRX.databit(bit);
p25RX.databit(bit);
break;
default:
break;