diff options
author | Philip Balister <philip@opensdr.com> | 2010-05-19 15:01:23 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-05-19 15:01:23 +0000 |
commit | ad01832ca5a52d70a5f26de9c45868626b850785 (patch) | |
tree | 2ac477afc9a217ad53a405efb21641f89da1057b /host/apps/omap_debug/usrp-e-crc-rw.c | |
parent | e62fd331f37f532e63bdc302236a53dc2e2021e9 (diff) | |
download | uhd-ad01832ca5a52d70a5f26de9c45868626b850785.tar.gz uhd-ad01832ca5a52d70a5f26de9c45868626b850785.tar.bz2 uhd-ad01832ca5a52d70a5f26de9c45868626b850785.zip |
Keep repo in sync with my churn ...
Diffstat (limited to 'host/apps/omap_debug/usrp-e-crc-rw.c')
-rw-r--r-- | host/apps/omap_debug/usrp-e-crc-rw.c | 3 |
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)) { |