Merge pull request #3 from MrBungle42/patch-1

Update IO.cpp
pull/10/head
Andy CA6JAU 9 years ago committed by GitHub
commit 5f1c993140

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

Loading…
Cancel
Save

Powered by TurnKey Linux.