From 8586786d98490267fd703b9ca7d1e2d50b52bc58 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Fri, 18 Jun 2004 10:05:46 +0000 Subject: Added backlight_off to simulator stubs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4770 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'uisimulator') 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) /* we could do something better here! */ } +void backlight_off(void) +{ + /* we could do something better here! */ +} + void backlight_time(int dummy) { (void)dummy; -- cgit