From 6dcb315c2e48eb0e54f506b08b419b232183f5bc Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 26 Sep 2006 21:17:18 +0000 Subject: This should get rid of H300 sim error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11073 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h300.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-h300.h') 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 -- cgit v1.2.3