summaryrefslogtreecommitdiff
path: root/apps/plugins/chopper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chopper.c')
-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 d819da421b..b2c3653aeb 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -180,7 +180,7 @@ CONFIG_KEYPAD == MROBE500_PAD
180#define ACTION BUTTON_SELECT 180#define ACTION BUTTON_SELECT
181#define ACTIONTEXT "SELECT" 181#define ACTIONTEXT "SELECT"
182 182
183#else 183#elif !defined(HAVE_TOUCHSCREEN)
184#error No keymap defined! 184#error No keymap defined!
185#endif 185#endif
186 186