summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-01 11:12:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-01 11:12:57 +0000
commitc43b36c70ca98d57a532ba105dd36d7670b7042f (patch)
tree580ca1576068adb51a062007392c117a209f2cc6 /uisimulator/common/stubs.c
parentad19f6f9120abb2c97ba7fc1868ece1ce8e5aa0d (diff)
backlight when charging now is for players and simulators too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2466 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/stubs.c')
-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 98e1f75182..c0fc6953e6 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -128,3 +128,8 @@ void backlight_set_timeout(int seconds)
{
(void)seconds;
}
+
+void backlight_set_on_when_charging(bool beep)
+{
+ (void)beep;
+}