From 01bed8dae8b636b216c0ce980430df7191ecc594 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Mon, 3 Oct 2011 17:22:37 -0400 Subject: UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the minimum possible work to convert HF Explorer to use UHD. --- gr-uhd/apps/hf_radio/startup.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 gr-uhd/apps/hf_radio/startup.py (limited to 'gr-uhd/apps/hf_radio/startup.py') diff --git a/gr-uhd/apps/hf_radio/startup.py b/gr-uhd/apps/hf_radio/startup.py new file mode 100644 index 000000000..093369b57 --- /dev/null +++ b/gr-uhd/apps/hf_radio/startup.py @@ -0,0 +1 @@ +from radio import * -- cgit