From 1165a0882349ce1f1a426c642062dc06d0019265 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 5 Sep 2013 20:35:51 +0200 Subject: fix red Change-Id: Ibca5879553a87e77014f850308d9b54cc339d474 --- firmware/export/touchscreen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/touchscreen.h b/firmware/export/touchscreen.h index 7421fe0b33..4aecb0310a 100644 --- a/firmware/export/touchscreen.h +++ b/firmware/export/touchscreen.h @@ -52,7 +52,9 @@ void touchscreen_disable_mapping(void); void touchscreen_reset_mapping(void); int touchscreen_get_scroll_threshold(void); void touchscreen_enable(bool en); +#ifndef HAS_BUTTON_HOLD void touchscreen_enable_device(bool en); bool touchscreen_is_enabled(void); +#endif #endif /* __TOUCHSCREEN_INCLUDE_H_ */ -- cgit v1.2.3