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 --- test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test.py') diff --git a/test.py b/test.py index 8d17197..443b83f 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 import os from airspyhf import * from ctypes import * @@ -110,10 +111,6 @@ print("closed: Returned %d"%(ret)) print(f"Total samples received {sample_count}") -libairspyhf.py_test() - -libairspyhf.py_test_cb(read_samples_cb) - wave_file.close() print("All is ok") -- cgit v1.2.3