1
0
Fork 0
forked from len0rd/rockbox

remove some uneeded #ifdefs

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11393 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-10-30 09:29:01 +00:00
parent 139f9f28e9
commit d497bad69a
2 changed files with 1 additions and 33 deletions

View file

@ -308,9 +308,6 @@ void button_init(void)
#ifdef TARGET_TREE
button_init_device();
#elif CONFIG_KEYPAD == IRIVER_H100_PAD \
|| CONFIG_KEYPAD == IRIVER_H300_PAD
button_init_device(); /* temp untill TARGET_TREE is defined */
#elif CONFIG_KEYPAD == RECORDER_PAD
/* Set PB4 and PB8 as input pins */
PBCR1 &= 0xfffc; /* PB8MD = 00 */