summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 1de321799e..fbe99812dc 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -29,6 +29,9 @@
29/* Define this for S/PDIF input available */ 29/* Define this for S/PDIF input available */
30#define HAVE_SPDIF_IN 30#define HAVE_SPDIF_IN
31 31
32/* Define this for LCD backlight available */
33#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
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 */
@@ -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