Ooops. There was an unclosed comment in the source.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7788 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1df2edb778
commit
d8c5d1b0be
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void* main(void)
|
|||
/* brightness full */
|
||||
outl(0x80000000 | (0xff << 16), 0x7000a010);
|
||||
|
||||
/* set port B03 on
|
||||
/* set port B03 on */
|
||||
outl(((0x100 | 1) << 3), 0x6000d824);
|
||||
|
||||
#elif CONFIG_BACKLIGHT==BL_IPODNANO
|
||||
|
|
Loading…
Reference in a new issue