summaryrefslogtreecommitdiff
path: root/airspyhf/libairspyhf.py
diff options
context:
space:
mode:
authorArturs Artamonovs <dos21h@gmail.com>2023-03-09 22:47:36 +0000
committerArturs Artamonovs <dos21h@gmail.com>2023-03-09 22:47:36 +0000
commit194f0c07ecbab61eb383c9d17c72fb73a4c9af80 (patch)
treea70fdd9a8e1235e1b35fbdd735ecaf9cdb7c0e41 /airspyhf/libairspyhf.py
parentc1ae0bcdb4eb27404d132b108f3d8da5ccdcf817 (diff)
parentfba22599d2ce386517c5c7f93403e0b3a4c92877 (diff)
downloadpyairspyhf-194f0c07ecbab61eb383c9d17c72fb73a4c9af80.tar.gz
pyairspyhf-194f0c07ecbab61eb383c9d17c72fb73a4c9af80.zip
Adding test for class. Implementeing main class. cleaning/fixing airspyhf_rx
Diffstat (limited to 'airspyhf/libairspyhf.py')
-rw-r--r--airspyhf/libairspyhf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/airspyhf/libairspyhf.py b/airspyhf/libairspyhf.py
index dada9f5..a287626 100644
--- a/airspyhf/libairspyhf.py
+++ b/airspyhf/libairspyhf.py
@@ -23,7 +23,7 @@ def load_libairspyhf():
driver = driver()
if driver is None:
continue
- print(driver)
+ #print("Search for driver named %s"%(driver))
try:
dll = CDLL(driver)
break