Fix emulator #ifdef check
This commit is contained in:
parent
4d7e4a4780
commit
9c955145f5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue