diff options
Diffstat (limited to 'gnuradio-examples/python/digital/benchmark_loopback.py')
-rwxr-xr-x | gnuradio-examples/python/digital/benchmark_loopback.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-examples/python/digital/benchmark_loopback.py b/gnuradio-examples/python/digital/benchmark_loopback.py index 51deba44c..e62c12eac 100755 --- a/gnuradio-examples/python/digital/benchmark_loopback.py +++ b/gnuradio-examples/python/digital/benchmark_loopback.py @@ -30,7 +30,6 @@ import random, time, struct, sys, math # from current dir from transmit_path_lb import transmit_path from receive_path_lb import receive_path -import fusb_options class my_top_block(gr.top_block): def __init__(self, mod_class, demod_class, rx_callback, options): |