From a9d66c6a759515c7061e2e8aac661eeb0082ea1e Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 30 Dec 2015 19:20:20 +0000 Subject: More configurable sources. Move some math functions to core/math.h. Move delay filter from sdr_fm --- test/ui_gl_waterfall.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/ui_gl_waterfall.c') diff --git a/test/ui_gl_waterfall.c b/test/ui_gl_waterfall.c index 837383f..33fbdb6 100644 --- a/test/ui_gl_waterfall.c +++ b/test/ui_gl_waterfall.c @@ -6,6 +6,9 @@ #include //radiola +//#define CONFIG_OS_LINUX +//#include +//#include #include #include #include @@ -329,4 +332,4 @@ main_exit: sdr_close( sdr ); return 0; -} \ No newline at end of file +} -- cgit v1.2.3