summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/wormlet.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c
index d7ac2aa..ef5f601 100644
--- a/apps/recorder/wormlet.c
+++ b/apps/recorder/wormlet.c
@@ -17,6 +17,8 @@
*
****************************************************************************/
+#ifdef HAVE_LCD_BITMAP
+
#include <sprintf.h>
#include <stdlib.h>
#include <string.h>
@@ -736,3 +738,6 @@ Menu wormlet(void)
return MENU_OK;
}
+
+
+#endif