aboutsummaryrefslogtreecommitdiffstats
path: root/apps/osmocom_fft
diff options
context:
space:
mode:
Diffstat (limited to 'apps/osmocom_fft')
-rwxr-xr-xapps/osmocom_fft2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/osmocom_fft b/apps/osmocom_fft
index 85406b1..a346b2a 100755
--- a/apps/osmocom_fft
+++ b/apps/osmocom_fft
@@ -95,7 +95,7 @@ class app_top_block(stdgui2.std_top_block, pubsub):
self._verbose = options.verbose
- self.src = osmosdr.source_c(options.args)
+ self.src = osmosdr.source(options.args)
# Set the antenna
if(options.antenna):