e200: set the default values to stop the backlight turning off on boot, regardless of the setting

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13334 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-05-06 15:01:06 +00:00
parent 35390cd625
commit 685005ec4c

View file

@ -22,8 +22,8 @@
#include "backlight.h"
#include "i2c-pp.h"
static unsigned short backlight_brightness;
static bool backlight_is_on;
static unsigned short backlight_brightness = DEFAULT_BRIGHTNESS_SETTING;
static bool backlight_is_on = false;
int __backlight_is_on(void)
{