summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-01-28 13:14:14 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-01-28 13:14:14 +0000
commit3804e7a874a516a417e2b321c0a047055e5f0614 (patch)
tree18323425d60ab276bb49a85dddc47cc09daed4b8 /firmware/export
parentd39714555498ffaed2b4d29459d58243691b16db (diff)
downloadrockbox-3804e7a874a516a417e2b321c0a047055e5f0614.tar.gz
rockbox-3804e7a874a516a417e2b321c0a047055e5f0614.zip
Correct values for the -add format
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5695 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index b94224a542..f4ada149fc 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -39,9 +39,9 @@
39#define CONFIG_LCD LCD_S1D15E06 39#define CONFIG_LCD LCD_S1D15E06
40 40
41/* Offset ( in the firmware file's header ) to the file CRC */ 41/* Offset ( in the firmware file's header ) to the file CRC */
42#define FIRMWARE_OFFSET_FILE_CRC 4 42#define FIRMWARE_OFFSET_FILE_CRC 0
43 43
44/* Offset ( in the firmware file's header ) to the real data */ 44/* Offset ( in the firmware file's header ) to the real data */
45#define FIRMWARE_OFFSET_FILE_DATA 6 45#define FIRMWARE_OFFSET_FILE_DATA 8
46 46
47#endif 47#endif