summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index 5042305967..6f155e5417 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -45,7 +45,9 @@
45#include "lang.h" 45#include "lang.h"
46#include "font.h" 46#include "font.h"
47#include "sound_menu.h" 47#include "sound_menu.h"
48#ifdef HAVE_RECORDING
48#include "recording.h" 49#include "recording.h"
50#endif
49#include "talk.h" 51#include "talk.h"
50#include "tuner.h" 52#include "tuner.h"
51#include "power.h" 53#include "power.h"
@@ -90,7 +92,7 @@
90#elif CONFIG_KEYPAD == ONDIO_PAD 92#elif CONFIG_KEYPAD == ONDIO_PAD
91#define FM_RECORD_DBLPRE 93#define FM_RECORD_DBLPRE
92#define FM_RECORD 94#define FM_RECORD
93#elif (CONFIG_KEYPAD == SANSA_E200_PAD) 95#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || (CONFIG_KEYPAD == SANSA_C200_PAD)
94#define FM_MENU 96#define FM_MENU
95#define FM_PRESET 97#define FM_PRESET
96#define FM_STOP 98#define FM_STOP