1
0
Fork 0
forked from len0rd/rockbox

Rename some macros to account for the recently added M5 port. No code changes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12809 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-03-16 23:02:39 +00:00
parent f3455d15e0
commit 85a226d4e7
68 changed files with 95 additions and 95 deletions

View file

@ -172,7 +172,7 @@ void button_event(int key, bool pressed)
new_btn = BUTTON_MENU;
break;
#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
case SDLK_KP4:
case SDLK_LEFT:
new_btn = BUTTON_LEFT;