summaryrefslogtreecommitdiff
path: root/apps/radio/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radio.c')
-rw-r--r--apps/radio/radio.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c
index 5fe1fabef0..7cc676b9a4 100644
--- a/apps/radio/radio.c
+++ b/apps/radio/radio.c
@@ -134,6 +134,14 @@
134#define FM_PLAY 134#define FM_PLAY
135#define FM_MODE 135#define FM_MODE
136 136
137#elif (CONFIG_KEYPAD == MPIO_HD200_PAD)
138#define FM_MENU
139#define FM_STOP
140#define FM_EXIT
141#define FM_PLAY
142#define FM_MODE
143#define FM_STOP
144
137#endif 145#endif
138 146
139/* presets.c needs these so keep unstatic or redo the whole thing! */ 147/* presets.c needs these so keep unstatic or redo the whole thing! */