diff --git a/prbs/rx.c b/prbs/rx.c index 0bebcb8..80ea69d 100644 --- a/prbs/rx.c +++ b/prbs/rx.c @@ -96,8 +96,7 @@ void prbs_process_rx(struct timeslot_state_rx *tsr, const uint8_t *data, unsigne tsr->sync_state.prbs_pc_num = pc_num; tsr->sync_state.prbs_pc_offset = (sizeof(pc->bytes) - offset) % sizeof(pc->bytes); tsr->sync_state.num_bit_err = 0; - /* FIXME: compare the remainder of the buffer */ - return; + /* fall-through to below to compare all of the buffer */ } } if (tsr->sync_state.has_sync) {