diff options
Diffstat (limited to 'apps/recorder/bounce.c')
-rw-r--r-- | apps/recorder/bounce.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/bounce.c b/apps/recorder/bounce.c index cb080a0d00..cf269082f6 100644 --- a/apps/recorder/bounce.c +++ b/apps/recorder/bounce.c @@ -20,6 +20,7 @@ #include "config.h" #ifdef HAVE_LCD_BITMAP +#ifdef USE_SCREENSAVERS #include "lcd.h" #include "button.h" @@ -132,3 +133,4 @@ Menu bounce(void) } #endif +#endif |