forked from len0rd/rockbox
iRiver: Removed redundant initiation in power_init()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5823 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b31a007bb
commit
bf11674d10
1 changed files with 0 additions and 5 deletions
|
|
@ -64,11 +64,6 @@ int radio_get_status(void)
|
|||
void power_init(void)
|
||||
{
|
||||
#ifdef IRIVER_H100
|
||||
GPIO1_OUT |= 0x00080000;
|
||||
GPIO1_ENABLE |= 0x00080000;
|
||||
GPIO1_FUNCTION |= 0x00080000;
|
||||
|
||||
GPIO_OUT |= 0x80000000;
|
||||
GPIO_ENABLE |= 0x80000000;
|
||||
GPIO_FUNCTION |= 0x80000000;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue