for xor area cleared at incorrect time

This commit is contained in:
Max 2022-01-04 15:35:48 -05:00
parent 5818d58dba
commit 2ee08e9c24
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ bool p25p2_tdma::rx_sym(uint8_t sym)
void p25p2_tdma::set_slotid(int slotid)
{
memset(tdma_xormask, 0, SUPERFRAME_SIZE);
assert (slotid == 0 || slotid == 1);
d_slotid = slotid;
}