From 85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 16 Mar 2007 23:02:39 +0000 Subject: 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 --- apps/plugins/plasma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/plasma.c') diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index ff410528d4..d5decd1e2e 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -65,7 +65,7 @@ static int plasma_frequency; #define PLASMA_INCREASE_FREQUENCY BUTTON_UP #define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN -#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) +#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) #define PLASMA_QUIT BUTTON_POWER #define PLASMA_INCREASE_FREQUENCY BUTTON_UP #define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN @@ -83,7 +83,7 @@ static int plasma_frequency; #endif #ifdef HAVE_LCD_COLOR -#if CONFIG_KEYPAD == IAUDIO_X5_PAD +#if CONFIG_KEYPAD == IAUDIO_X5M5_PAD #define PLASMA_REGEN_COLORS BUTTON_PLAY #elif CONFIG_KEYPAD == IRIVER_H10_PAD #define PLASMA_REGEN_COLORS BUTTON_PLAY -- cgit v1.2.3