1
0
Fork 0
forked from len0rd/rockbox

sansa clipzip: correct GPIO used for backlight

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30377 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-08-29 21:08:24 +00:00
parent 401edf8b48
commit 17fcb4cfe3

View file

@ -26,8 +26,8 @@
void _backlight_init()
{
/* GPIO B2 controls backlight */
GPIOB_DIR |= (1 << 2);
/* GPIO B1 controls backlight */
GPIOB_DIR |= (1 << 1);
}
void _backlight_on(void)