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 --- draw/glui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draw/glui.h') diff --git a/draw/glui.h b/draw/glui.h index 17c49da..9206bdf 100644 --- a/draw/glui.h +++ b/draw/glui.h @@ -9,7 +9,7 @@ #include #include -#if defined(OS_LINUX) +#if def(OS_LINUX) #include @@ -60,4 +60,4 @@ glui_color_t glui_waterfall_color( uint8_t d ); //close terminal ui int glui_close( glui_t *t ); #endif -#endif \ No newline at end of file +#endif -- cgit v1.2.3