diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/apps/omap_debug/usrp-e-crc-rw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/apps/omap_debug/usrp-e-crc-rw.c b/host/apps/omap_debug/usrp-e-crc-rw.c index 2fa692429..f91c4fa85 100644 --- a/host/apps/omap_debug/usrp-e-crc-rw.c +++ b/host/apps/omap_debug/usrp-e-crc-rw.c @@ -122,6 +122,7 @@ static void *read_thread(void *threadid) printf("Sequence number check fail, pkt_seq = %ud, prev_seq = %ud\n", pkt_seq, prev_seq); first = 0; + prev_seq = pkt_seq; for (i = 0; i < cnt-4; i++) { ck_sum += p[i]; |