diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-08 18:46:54 +0000 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-08 18:46:54 +0000 |
commit | fba22599d2ce386517c5c7f93403e0b3a4c92877 (patch) | |
tree | 35c306958c1ca037238d828b7ff64042b8995bf8 /airspyhf | |
parent | 7d629e71afd4ef97c45ad2a0cbf93631aa4a9bc9 (diff) | |
download | pyairspyhf-fba22599d2ce386517c5c7f93403e0b3a4c92877.tar.gz pyairspyhf-fba22599d2ce386517c5c7f93403e0b3a4c92877.zip |
Fix the airspyhf_rx, update README
Diffstat (limited to 'airspyhf')
-rw-r--r-- | airspyhf/libairspyhf.py | 2 |
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 |