summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r--firmware/export/config-fmrecorder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 8de7869d50..ac6f37c8c9 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -29,6 +29,9 @@
29/* Define this if you have a MAS3587F */ 29/* Define this if you have a MAS3587F */
30#define CONFIG_CODEC MAS3587F 30#define CONFIG_CODEC MAS3587F
31 31
32/* Define this for S/PDIF input available */
33#define HAVE_SPDIF_IN
34
32#ifndef SIMULATOR 35#ifndef SIMULATOR
33 36
34/* Define this if you have a SH7034 */ 37/* Define this if you have a SH7034 */
@@ -86,9 +89,6 @@
86/* define this if the unit can be powered or charged via USB */ 89/* define this if the unit can be powered or charged via USB */
87#define HAVE_USB_POWER 90#define HAVE_USB_POWER
88 91
89/* Define this for S/PDIF input available */
90#define HAVE_SPDIF_IN
91
92#define CONFIG_LCD LCD_SSD1815 92#define CONFIG_LCD LCD_SSD1815
93 93
94#define BOOTFILE_EXT "ajz" 94#define BOOTFILE_EXT "ajz"