diff options
author | root <root@usrp1-e.lan> | 2010-05-05 21:12:43 +0000 |
---|---|---|
committer | root <root@usrp1-e.lan> | 2010-05-05 21:12:43 +0000 |
commit | 6929d0cba40a2bf4f4b3b81819bb915bdbb16488 (patch) | |
tree | 3b2cae7169bd3629473a57294ac3fd119fba1ad8 /host/apps/omap_debug/usrp-e-i2c.c | |
parent | 5583cb575e45441c98480f7beecb48437842fc5c (diff) | |
download | uhd-6929d0cba40a2bf4f4b3b81819bb915bdbb16488.tar.gz uhd-6929d0cba40a2bf4f4b3b81819bb915bdbb16488.tar.bz2 uhd-6929d0cba40a2bf4f4b3b81819bb915bdbb16488.zip |
Remove workaround for driver hang.
Diffstat (limited to 'host/apps/omap_debug/usrp-e-i2c.c')
-rw-r--r-- | host/apps/omap_debug/usrp-e-i2c.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/apps/omap_debug/usrp-e-i2c.c b/host/apps/omap_debug/usrp-e-i2c.c index 57a3f4739..615dc557b 100644 --- a/host/apps/omap_debug/usrp-e-i2c.c +++ b/host/apps/omap_debug/usrp-e-i2c.c @@ -38,8 +38,6 @@ int main(int argc, char *argv[]) fp = open("/dev/usrp_e0", O_RDWR); printf("fp = %d\n", fp); - sleep(1); - if (direction) { count = argc - 3; } else { |