diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-11-01 08:38:25 +0000 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-11-01 08:38:25 +0000 |
commit | ca50c0f64f1b2fce46b4cb83ed111854bac13852 (patch) | |
tree | 92713a6fb08559f6f7ddd4e03781572eba0a7f02 /Radio/HW/RtlSdr/RtlSdr.swift | |
parent | e3a7f5bafec6715cd11555c39925665c78029dd9 (diff) | |
download | PrySDR-ca50c0f64f1b2fce46b4cb83ed111854bac13852.tar.gz PrySDR-ca50c0f64f1b2fce46b4cb83ed111854bac13852.zip |
rtlsdr library example compiles
Diffstat (limited to 'Radio/HW/RtlSdr/RtlSdr.swift')
-rw-r--r-- | Radio/HW/RtlSdr/RtlSdr.swift | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Radio/HW/RtlSdr/RtlSdr.swift b/Radio/HW/RtlSdr/RtlSdr.swift deleted file mode 100644 index 3b9063c..0000000 --- a/Radio/HW/RtlSdr/RtlSdr.swift +++ /dev/null @@ -1,12 +0,0 @@ -// -// RtlSdr.swift -// PrySDR -// -// Created by Jacky Jack on 25/10/2024. -// - - -/// Wrapper for librtlsdr library -class RtlSdr { - -} |