diff options
author | Philip Balister <philip@opensdr.com> | 2011-02-16 02:10:36 -0800 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2011-02-16 02:10:36 -0800 |
commit | d04939215fdfce79be515c9d56a3cdadadd0ebd4 (patch) | |
tree | 0738e0f4e1f007874b685ad19a23c9f10218dbb1 /host/apps/omap_debug | |
parent | d6897fc468db5576d11cd93f844f1892cbb89691 (diff) | |
download | uhd-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.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]; |