diff options
Diffstat (limited to 'apps/recorder')
| -rw-r--r-- | apps/recorder/keyboard.c | 2 | ||||
| -rw-r--r-- | apps/recorder/radio.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 0aa7188..9856e80 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -63,7 +63,7 @@ #elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD #define KBD_MODES /* iFP7xx uses 2 modes, picker and line edit */ -#elif CONFIG_KEYPAD == IAUDIO_X5_PAD +#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD #define KBD_MODES /* iAudio X5 uses 2 modes, picker and line edit */ #elif CONFIG_KEYPAD == IRIVER_H10_PAD diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index 47ca978..ed14a4e 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -79,7 +79,7 @@ #define FM_NEXT_PRESET #define FM_PREV_PRESET -#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) +#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) #define FM_PRESET #define FM_MODE /* This should be removeable if the whole tuning thing is sorted out since |