summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/button.h')
-rw-r--r--firmware/export/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 1745947230..3abad2d4f0 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -107,7 +107,7 @@ int button_apply_acceleration(const unsigned int data);
107 BUTTON_MULTIMEDIA_FFWD) 107 BUTTON_MULTIMEDIA_FFWD)
108 108
109#ifdef HAVE_TOUCHSCREEN 109#ifdef HAVE_TOUCHSCREEN
110int touchscreen_last_touch(void); 110long touchscreen_last_touch(void);
111 111
112#if (!defined(BUTTON_TOPLEFT) || !defined(BUTTON_TOPMIDDLE) \ 112#if (!defined(BUTTON_TOPLEFT) || !defined(BUTTON_TOPMIDDLE) \
113 || !defined(BUTTON_TOPRIGHT) || !defined(BUTTON_MIDLEFT) \ 113 || !defined(BUTTON_TOPRIGHT) || !defined(BUTTON_MIDLEFT) \