Merge pull request #5 from N4IRS/patch-1

Update IO.cpp
This commit is contained in:
Andy CA6JAU 2017-03-31 19:35:04 -03:00 committed by GitHub
commit 02ee23b684

2
IO.cpp
View file

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