summaryrefslogtreecommitdiff
path: root/firmware/export/touchscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/touchscreen.h')
-rw-r--r--firmware/export/touchscreen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/touchscreen.h b/firmware/export/touchscreen.h
index 7d1eb4ac8a..a27e60c653 100644
--- a/firmware/export/touchscreen.h
+++ b/firmware/export/touchscreen.h
@@ -50,5 +50,6 @@ void touchscreen_set_mode(enum touchscreen_mode mode);
50enum touchscreen_mode touchscreen_get_mode(void); 50enum touchscreen_mode touchscreen_get_mode(void);
51void touchscreen_disable_mapping(void); 51void touchscreen_disable_mapping(void);
52void touchscreen_reset_mapping(void); 52void touchscreen_reset_mapping(void);
53int touchscreen_get_scroll_threshold(void);
53 54
54#endif /* __TOUCHSCREEN_INCLUDE_H_ */ 55#endif /* __TOUCHSCREEN_INCLUDE_H_ */