Fix unreferenced variable

This commit is contained in:
Nick Foster
2012-06-13 16:04:59 -07:00
parent f5bea04d21
commit f0eaf88aa7

View File

@@ -52,6 +52,7 @@ class adsb_rx_block (gr.top_block):
self.options = options
self.args = args
rate = int(options.rate)
use_resampler = False
if options.filename is None and options.udp is None and not options.rtlsdr:
#UHD source by default