summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/chopper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index 15333c4a99..c5593d948c 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -156,7 +156,7 @@ Still To do:
156#define LEVEL_MODE_NORMAL 0 156#define LEVEL_MODE_NORMAL 0
157#define LEVEL_MODE_STEEP 1 157#define LEVEL_MODE_STEEP 1
158 158
159#if LCD_WIDTH <= 112 159#if LCD_HEIGHT <= 64
160#define CYCLETIME 100 160#define CYCLETIME 100
161#define SCALE(x) ((x)==1 ? (x) : ((x) >> 1)) 161#define SCALE(x) ((x)==1 ? (x) : ((x) >> 1))
162#define SIZE 2 162#define SIZE 2