aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2011-02-16 02:10:36 -0800
committerPhilip Balister <philip@opensdr.com>2011-02-16 02:10:36 -0800
commitd04939215fdfce79be515c9d56a3cdadadd0ebd4 (patch)
tree0738e0f4e1f007874b685ad19a23c9f10218dbb1 /host/apps/omap_debug
parentd6897fc468db5576d11cd93f844f1892cbb89691 (diff)
downloaduhd-d04939215fdfce79be515c9d56a3cdadadd0ebd4.tar.gz
uhd-d04939215fdfce79be515c9d56a3cdadadd0ebd4.tar.bz2
uhd-d04939215fdfce79be515c9d56a3cdadadd0ebd4.zip
Add back line that mysteriously disappeared. I blame the cat.
Diffstat (limited to 'host/apps/omap_debug')
-rw-r--r--host/apps/omap_debug/usrp-e-crc-rw.c1
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];