aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/usrp1-e-write.c
diff options
context:
space:
mode:
authorroot <root@usrp1-e.(none)>2010-03-23 13:38:46 +0000
committerroot <root@usrp1-e.(none)>2010-03-23 13:38:46 +0000
commit3137e2ca001176c4ffc12e091530fe23c82974b6 (patch)
tree418b1d2cecb2a8ccb0fad89140e13a9d44851196 /host/apps/omap_debug/usrp1-e-write.c
parentc329da8f953c3981e23791c688f350b27541554a (diff)
downloaduhd-3137e2ca001176c4ffc12e091530fe23c82974b6.tar.gz
uhd-3137e2ca001176c4ffc12e091530fe23c82974b6.tar.bz2
uhd-3137e2ca001176c4ffc12e091530fe23c82974b6.zip
Commit random test code.
Unfiltered commit of test code I am accumlating on my ewewoneee. Most of this should go away before release.
Diffstat (limited to 'host/apps/omap_debug/usrp1-e-write.c')
-rw-r--r--host/apps/omap_debug/usrp1-e-write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/apps/omap_debug/usrp1-e-write.c b/host/apps/omap_debug/usrp1-e-write.c
index f29cc7032..903c0071f 100644
--- a/host/apps/omap_debug/usrp1-e-write.c
+++ b/host/apps/omap_debug/usrp1-e-write.c
@@ -14,8 +14,8 @@ int main(int rgc, char *argv[])
buf[i] = i;
}
- do {
+// do {
cnt = write(fp, buf, 2048);
printf("Bytes written - %d\n", cnt);
- } while (1);
+// } while (1);
}