summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-h300.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 6cfd9ce928..c42965d082 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -111,8 +111,6 @@
111 111
112#define CONFIG_LCD LCD_H300 112#define CONFIG_LCD LCD_H300
113 113
114#define DEFAULT_REMOTE_CONTRAST_SETTING 42
115
116/* Offset ( in the firmware file's header ) to the file CRC */ 114/* Offset ( in the firmware file's header ) to the file CRC */
117#define FIRMWARE_OFFSET_FILE_CRC 0 115#define FIRMWARE_OFFSET_FILE_CRC 0
118 116
@@ -144,6 +142,8 @@
144 142
145#endif /* SIMULATOR */ 143#endif /* SIMULATOR */
146 144
145#define DEFAULT_REMOTE_CONTRAST_SETTING 42
146
147/* Define this for FM radio input available */ 147/* Define this for FM radio input available */
148#define HAVE_FMRADIO_IN 148#define HAVE_FMRADIO_IN
149 149