aboutsummaryrefslogtreecommitdiffstats
path: root/apps/osmocom_spectrum_sense
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-05-30 17:01:16 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2013-05-30 17:01:16 +0200
commite37057ba1960b3aa63ee640819eb9460fe21895a (patch)
treeba47062f7642c0767afc2f39d40f3840025e70e0 /apps/osmocom_spectrum_sense
parent7e55cb9224fb7f1586a829f7321ef5b1bded88f5 (diff)
apps: convert to gnuradio 3.7 interface
Diffstat (limited to 'apps/osmocom_spectrum_sense')
-rwxr-xr-xapps/osmocom_spectrum_sense2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/osmocom_spectrum_sense b/apps/osmocom_spectrum_sense
index a13f64b..71e14aa 100755
--- a/apps/osmocom_spectrum_sense
+++ b/apps/osmocom_spectrum_sense
@@ -147,7 +147,7 @@ class my_top_block(gr.top_block):
print "Note: failed to enable realtime scheduling"
# build graph
- self.u = osmosdr.source_c(options.args)
+ self.u = osmosdr.source(options.args)
# Set the antenna
if(options.antenna):