diff options
Diffstat (limited to 'apps/radio')
-rw-r--r-- | apps/radio/radio.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c index 9f139f49a6..326e6a3bb0 100644 --- a/apps/radio/radio.c +++ b/apps/radio/radio.c | |||
@@ -127,6 +127,16 @@ | |||
127 | #define FM_MODE | 127 | #define FM_MODE |
128 | #define FM_STOP | 128 | #define FM_STOP |
129 | 129 | ||
130 | #elif (CONFIG_KEYPAD == SAMSUNG_YPR0_PAD) | ||
131 | #define FM_MENU | ||
132 | #define FM_PRESET | ||
133 | #define FM_STOP | ||
134 | #define FM_MODE | ||
135 | #define FM_EXIT | ||
136 | #define FM_PLAY | ||
137 | #define FM_PREV_PRESET | ||
138 | #define FM_NEXT_PRESET | ||
139 | |||
130 | #endif | 140 | #endif |
131 | 141 | ||
132 | /* presets.c needs these so keep unstatic or redo the whole thing! */ | 142 | /* presets.c needs these so keep unstatic or redo the whole thing! */ |