From b95fe1afc694ab97b6f39fc4bd0baa238e687a8f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 1 Oct 2002 10:59:36 +0000 Subject: Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps the backlight on all the time while the charger is connected. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2464 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'uisimulator/common') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 3534497e45..98e1f75182 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -123,3 +123,8 @@ void lcd_set_contrast( int x ) { (void)x; } + +void backlight_set_timeout(int seconds) +{ + (void)seconds; +} -- cgit v1.2.3