summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-09-26 20:59:27 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-09-26 20:59:27 +0000
commit5a9bd4adc4afbbc008213135222b7ade61e4b4ef (patch)
tree851e981b13a192108b7ba7dc010148ab1cc7122b /firmware
parente63649279186e119614b9ca892bcfa27e6af8337 (diff)
downloadrockbox-5a9bd4adc4afbbc008213135222b7ade61e4b4ef.tar.gz
rockbox-5a9bd4adc4afbbc008213135222b7ade61e4b4ef.zip
Yup. H300 errors fixed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11072 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-h300.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 182acde60e..6cfd9ce928 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -111,6 +111,8 @@
111 111
112#define CONFIG_LCD LCD_H300 112#define CONFIG_LCD LCD_H300
113 113
114#define DEFAULT_REMOTE_CONTRAST_SETTING 42
115
114/* Offset ( in the firmware file's header ) to the file CRC */ 116/* Offset ( in the firmware file's header ) to the file CRC */
115#define FIRMWARE_OFFSET_FILE_CRC 0 117#define FIRMWARE_OFFSET_FILE_CRC 0
116 118