aboutsummaryrefslogtreecommitdiffstats
path: root/airspyhf_rx.py
diff options
context:
space:
mode:
Diffstat (limited to 'airspyhf_rx.py')
-rwxr-xr-xairspyhf_rx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/airspyhf_rx.py b/airspyhf_rx.py
index 2ae35f7..7d55c35 100755
--- a/airspyhf_rx.py
+++ b/airspyhf_rx.py
@@ -108,7 +108,7 @@ def read_samples(transfer):
return 0
-read_samples_cb = airspyhf_sample_block_cb_fn(read_samples)
+#read_samples_cb = airspyhf_sample_block_cb_fn(read_samples)
ret = libairspyhf.airspyhf_start(dev_p, airspyhf_sample_block_cb_fn(read_samples), None)