mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
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:
parent
401edf8b48
commit
17fcb4cfe3
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
||||||
|
|
||||||
void _backlight_init()
|
void _backlight_init()
|
||||||
{
|
{
|
||||||
/* GPIO B2 controls backlight */
|
/* GPIO B1 controls backlight */
|
||||||
GPIOB_DIR |= (1 << 2);
|
GPIOB_DIR |= (1 << 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void _backlight_on(void)
|
void _backlight_on(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue