diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2006-09-26 21:17:18 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2006-09-26 21:17:18 +0000 |
commit | 6dcb315c2e48eb0e54f506b08b419b232183f5bc (patch) | |
tree | 5ccc56700d355ca9d2ecf33531000a3772c8c658 /firmware/export/config-h300.h | |
parent | 5a9bd4adc4afbbc008213135222b7ade61e4b4ef (diff) |
This should get rid of H300 sim error.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11073 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r-- | firmware/export/config-h300.h | 4 |
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 @@ #define CONFIG_LCD LCD_H300 -#define DEFAULT_REMOTE_CONTRAST_SETTING 42 - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 @@ -144,6 +142,8 @@ #endif /* SIMULATOR */ +#define DEFAULT_REMOTE_CONTRAST_SETTING 42 + /* Define this for FM radio input available */ #define HAVE_FMRADIO_IN |