From fba22599d2ce386517c5c7f93403e0b3a4c92877 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Wed, 8 Mar 2023 18:46:54 +0000 Subject: Fix the airspyhf_rx, update README --- airspyhf/libairspyhf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'airspyhf') 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 -- cgit v1.2.3