From 89d6cb12a03153934b68d51e69bfdb3b9af43872 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Thu, 13 May 2010 18:25:36 +0000 Subject: Print a . for every packet received. --- host/apps/omap_debug/usrp-e-rw.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/apps/omap_debug/usrp-e-rw.c') diff --git a/host/apps/omap_debug/usrp-e-rw.c b/host/apps/omap_debug/usrp-e-rw.c index edfcea92a..7fba8cd2a 100644 --- a/host/apps/omap_debug/usrp-e-rw.c +++ b/host/apps/omap_debug/usrp-e-rw.c @@ -68,6 +68,9 @@ static void *read_thread(void *threadid) if (calc_checksum(p) != p->checksum) printf("Checksum fail packet = %X, expected = %X\n", calc_checksum(p), p->checksum); + + printf("."); + fflush(stdout); // printf("\n"); } -- cgit v1.2.3