summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2004-06-18 10:05:46 +0000
committerKjell Ericson <kjell@haxx.se>2004-06-18 10:05:46 +0000
commit8586786d98490267fd703b9ca7d1e2d50b52bc58 (patch)
treef9bb23a79ed8ef672c24b074187f5b030bca816d /uisimulator
parentfb9dbb623a40a312288beca68d3a5a466b0a2a88 (diff)
downloadrockbox-8586786d98490267fd703b9ca7d1e2d50b52bc58.tar.gz
rockbox-8586786d98490267fd703b9ca7d1e2d50b52bc58.zip
Added backlight_off to simulator stubs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4770 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-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;