1
0
Fork 0
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:
Linus Nielsen Feltzing 2005-02-07 01:46:56 +00:00
parent 0b31a007bb
commit bf11674d10

View file

@ -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