aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/usrp-e-crc-rw.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/apps/omap_debug/usrp-e-crc-rw.c')
-rw-r--r--host/apps/omap_debug/usrp-e-crc-rw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/apps/omap_debug/usrp-e-crc-rw.c b/host/apps/omap_debug/usrp-e-crc-rw.c
index cd95761a2..e1d9bf0db 100644
--- a/host/apps/omap_debug/usrp-e-crc-rw.c
+++ b/host/apps/omap_debug/usrp-e-crc-rw.c
@@ -211,12 +211,13 @@ int main(int argc, char *argv[])
write = 1;
}
+ printf("About to open /dev/usrp_e0");
fp = open("/dev/usrp_e0", O_RDWR);
printf("fp = %d\n", fp);
sleep(1); // in case the kernel threads need time to start. FIXME if so
- sched_setscheduler(0, SCHED_RR, &s);
+// sched_setscheduler(0, SCHED_RR, &s);
if (read) {
if (pthread_create(&rx, NULL, read_thread, (void *) t)) {