summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 4cba167738..1b6a148caa 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -199,6 +199,9 @@ PLUGIN_HEADER
199#define STOPWATCH_SCROLL_UP BUTTON_UP 199#define STOPWATCH_SCROLL_UP BUTTON_UP
200#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 200#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
201 201
202#elif CONFIG_KEYPAD == ONDAVX747_PAD
203#define STOPWATCH_QUIT BUTTON_POWER
204
202#else 205#else
203#error No keymap defined! 206#error No keymap defined!
204#endif 207#endif