summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/common/stubs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 891a1110fc..ceb8ba1ebe 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -37,6 +37,11 @@ void backlight_on(void)
37 /* we could do something better here! */ 37 /* we could do something better here! */
38} 38}
39 39
40void backlight_off(void)
41{
42 /* we could do something better here! */
43}
44
40void backlight_time(int dummy) 45void backlight_time(int dummy)
41{ 46{
42 (void)dummy; 47 (void)dummy;