summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c')
-rw-r--r--apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c b/apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c
index f4e886260c..8da84552c5 100644
--- a/apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c
+++ b/apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c
@@ -28,6 +28,7 @@
28 28
29#include "plugin.h" 29#include "plugin.h"
30 30
31/* color because greylib will use timer otherwise */
31#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE) 32#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE)
32#define USE_TIMER 33#define USE_TIMER
33#endif 34#endif