summaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug
diff options
context:
space:
mode:
Diffstat (limited to 'host/apps/omap_debug')
-rw-r--r--host/apps/omap_debug/usrp-e-rw-random.c2
-rw-r--r--host/apps/omap_debug/usrp-e-rw.c3
2 files changed, 5 insertions, 0 deletions
diff --git a/host/apps/omap_debug/usrp-e-rw-random.c b/host/apps/omap_debug/usrp-e-rw-random.c
index c6a838067..43f1571cb 100644
--- a/host/apps/omap_debug/usrp-e-rw-random.c
+++ b/host/apps/omap_debug/usrp-e-rw-random.c
@@ -76,6 +76,8 @@ static void *read_thread(void *threadid)
if (calc_checksum(p) != p->checksum)
printf("Checksum fail packet = %d, expected = %d\n",
calc_checksum(p), p->checksum);
+ printf(".");
+ fflush(stdout);
// printf("\n");
}
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");
}