summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-09-26 21:17:18 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-09-26 21:17:18 +0000
commit6dcb315c2e48eb0e54f506b08b419b232183f5bc (patch)
tree5ccc56700d355ca9d2ecf33531000a3772c8c658
parent5a9bd4adc4afbbc008213135222b7ade61e4b4ef (diff)
downloadrockbox-6dcb315c2e48eb0e54f506b08b419b232183f5bc.tar.gz
rockbox-6dcb315c2e48eb0e54f506b08b419b232183f5bc.zip
This should get rid of H300 sim error.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11073 a1c6a512-1295-4272-9138-f99709370657
-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