summaryrefslogtreecommitdiff
path: root/apps/plugins/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/cube.c')
-rw-r--r--apps/plugins/cube.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index cbe32d14d0..854b190797 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -142,7 +142,7 @@ PLUGIN_HEADER
142static int x_off = LCD_WIDTH/2; 142static int x_off = LCD_WIDTH/2;
143static int y_off = LCD_HEIGHT/2; 143static int y_off = LCD_HEIGHT/2;
144 144
145#if LCD_DEPTH == 1 && !defined(SIMULATOR) 145#if LCD_DEPTH == 1
146#define USE_GSLIB 146#define USE_GSLIB
147struct my_lcd { 147struct my_lcd {
148 void (*update)(void); 148 void (*update)(void);