fix issue where P25 may not reset the COS state;

pull/2/head
Bryan Biedenkapp 4 years ago
parent 67b2ad5697
commit 4ea864fbb2

@ -120,9 +120,9 @@ void P25RX::databit(bool bit)
m_buffer[i] = P25_SYNC_BYTES[i];
m_state = P25RXS_SYNC;
io.setDecode(true);
}
io.setDecode(m_state != P25RXS_NONE);
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.