diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-05-29 02:08:46 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-05-29 02:08:46 +0300 |
commit | 9c955145f50abebcbe5ad5e203a91ca83249fee6 (patch) | |
tree | 89788ea260abc75d5b8f2af335968aa70e89ef4b /visualizer.h | |
parent | 4d7e4a4780bc779a3960497a9084ef6c9d6ef87e (diff) |
Fix emulator #ifdef check
Diffstat (limited to 'visualizer.h')
-rw-r--r-- | visualizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/visualizer.h b/visualizer.h index a3828e35f4..45cfa9aa97 100644 --- a/visualizer.h +++ b/visualizer.h @@ -51,7 +51,7 @@ GDisplay* get_lcd_display(void); GDisplay* get_led_display(void); // For emulator builds, this function need to be implemented -#if EMULATOR +#ifdef EMULATOR void draw_emulator(void); #endif |