From 9c955145f50abebcbe5ad5e203a91ca83249fee6 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Sun, 29 May 2016 02:08:46 +0300 Subject: Fix emulator #ifdef check --- visualizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'visualizer.c') diff --git a/visualizer.c b/visualizer.c index 607a64566a..0e587221fc 100644 --- a/visualizer.c +++ b/visualizer.c @@ -414,7 +414,7 @@ static DECLARE_THREAD_FUNCTION(visualizerThread, arg) { gdispGFlush(LED_DISPLAY); #endif -#if EMULATOR +#ifdef EMULATOR draw_emulator(); #endif // The animation can enable the visualizer -- cgit v1.2.3