diff options
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r-- | firmware/export/config-iaudiox5.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index d224b3b45e..cd77dc3c48 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h | |||
@@ -6,7 +6,7 @@ | |||
6 | #define MODEL_NUMBER 10 | 6 | #define MODEL_NUMBER 10 |
7 | 7 | ||
8 | /* define this if you have recording possibility */ | 8 | /* define this if you have recording possibility */ |
9 | /*#define HAVE_RECORDING 1*/ | 9 | #define HAVE_RECORDING 1 |
10 | 10 | ||
11 | /* define this if you have a bitmap LCD display */ | 11 | /* define this if you have a bitmap LCD display */ |
12 | #define HAVE_LCD_BITMAP 1 | 12 | #define HAVE_LCD_BITMAP 1 |
@@ -53,6 +53,11 @@ | |||
53 | /* The number of bytes reserved for loadable plugins */ | 53 | /* The number of bytes reserved for loadable plugins */ |
54 | #define PLUGIN_BUFFER_SIZE 0x80000 | 54 | #define PLUGIN_BUFFER_SIZE 0x80000 |
55 | 55 | ||
56 | /* FM Tuner */ | ||
57 | #define CONFIG_TUNER TEA5767 | ||
58 | #define CONFIG_TUNER_XTAL 32768 | ||
59 | |||
60 | |||
56 | #define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */ | 61 | #define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */ |
57 | 62 | ||
58 | #ifndef SIMULATOR | 63 | #ifndef SIMULATOR |