From 1ac762aebb142fe96a8f204614d1a2d66a05258d Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 5 Sep 2013 20:50:51 +0200 Subject: fix red Change-Id: I9eb83aaffa93636d5e601132efdfbb85340a665d --- firmware/target/hosted/sdl/app/button-application.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/target/hosted/sdl') diff --git a/firmware/target/hosted/sdl/app/button-application.c b/firmware/target/hosted/sdl/app/button-application.c index 0e85a2e88f..9c313b76b1 100644 --- a/firmware/target/hosted/sdl/app/button-application.c +++ b/firmware/target/hosted/sdl/app/button-application.c @@ -25,6 +25,13 @@ #include "button.h" #include "buttonmap.h" +#ifndef HAS_BUTTON_HOLD +void touchscreen_enable_device(bool en) +{ + (void)en; +} +#endif + int key_to_button(int keyboard_key) { int new_btn = BUTTON_NONE; -- cgit