diff options
author | Tom Rondeau | 2011-10-19 16:40:14 -0700 |
---|---|---|
committer | Tom Rondeau | 2011-10-19 16:40:14 -0700 |
commit | eb95f431badf197b249131a3119a92bd5317621b (patch) | |
tree | 645854a7e1e6cf57fcae56f196a5d828b913555e /usrp/host/apps/run | |
parent | e30b824e9165bff69f09121631c3d5a706cbbd39 (diff) | |
download | gnuradio-eb95f431badf197b249131a3119a92bd5317621b.tar.gz gnuradio-eb95f431badf197b249131a3119a92bd5317621b.tar.bz2 gnuradio-eb95f431badf197b249131a3119a92bd5317621b.zip |
Removed usrp(2) directories.
Diffstat (limited to 'usrp/host/apps/run')
-rwxr-xr-x | usrp/host/apps/run | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usrp/host/apps/run b/usrp/host/apps/run deleted file mode 100755 index 5b13336c7..000000000 --- a/usrp/host/apps/run +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -./test_usrp_standard_rx -D 8 -o rx.bin -./dump_12bit_shorts <rx.bin | head -100000 >rx.ascii -./check_order rx.ascii -#./dump_12bit_shorts <rx.bin | ./check_order |