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 ac6f37c8c9..28d8239c22 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -32,6 +32,9 @@
32/* Define this for S/PDIF input available */ 32/* Define this for S/PDIF input available */
33#define HAVE_SPDIF_IN 33#define HAVE_SPDIF_IN
34 34
35/* Define this for LCD backlight available */
36#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
37
35#ifndef SIMULATOR 38#ifndef SIMULATOR
36 39
37/* Define this if you have a SH7034 */ 40/* Define this if you have a SH7034 */
@@ -83,9 +86,6 @@
83/* Software controlled LED */ 86/* Software controlled LED */
84#define CONFIG_LED LED_REAL 87#define CONFIG_LED LED_REAL
85 88
86/* Define this for LCD backlight available */
87#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
88
89/* 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 */
90#define HAVE_USB_POWER 90#define HAVE_USB_POWER
91 91