GFSK Symbol Capture Bin Quick Fix

This commit is contained in:
lwvmobile 2022-10-05 13:29:00 -04:00
parent 4a83c1beae
commit 3f31d4ffe0
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ getSymbol (dsd_opts * opts, dsd_state * state, int have_sync)
}
//assign symbol/dibit values based on modulation type
if (state->rf_mod == 1) //GFSK
if (state->rf_mod == 2) //GFSK
{
symbol = state->symbolc;
if (state->symbolc == 0 && state->synctype >= 0)