This should get rid of H300 sim error.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11073 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5a9bd4adc4
commit
6dcb315c2e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue