forked from len0rd/rockbox
Target tree support for Iriver iFP.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11485 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fedfd44825
commit
6e992abf36
9 changed files with 21 additions and 125 deletions
|
|
@ -71,8 +71,6 @@ static inline void __backlight_on(void)
|
|||
or_b(0x40, &PADRH); /* drive it high */
|
||||
#elif CONFIG_BACKLIGHT == BL_GMINI
|
||||
P1 |= 0x10;
|
||||
#elif CONFIG_BACKLIGHT==BL_IRIVER_IFP7XX
|
||||
GPIO3_SET = 1;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
@ -87,8 +85,6 @@ static inline void __backlight_off(void)
|
|||
and_b(~0x40, &PADRH); /* drive it low */
|
||||
#elif CONFIG_BACKLIGHT == BL_GMINI
|
||||
P1 &= ~0x10;
|
||||
#elif CONFIG_BACKLIGHT==BL_IRIVER_IFP7XX
|
||||
GPIO3_CLR = 1;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue