summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-01-28 12:31:44 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-01-28 12:31:44 +0000
commit2b8c52d98c7e62f9a47e3c76f2796cfdbffadd20 (patch)
tree12b970317af102b8d86012d942ec8e723033cca6 /firmware/export
parent08bf2092e79d8238790b2e1c21b6dec748a2e80c (diff)
downloadrockbox-2b8c52d98c7e62f9a47e3c76f2796cfdbffadd20.tar.gz
rockbox-2b8c52d98c7e62f9a47e3c76f2796cfdbffadd20.zip
Correct defines for the -add scramble format
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5693 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index ae39a5453f..b94224a542 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -38,4 +38,10 @@
38 38
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 */
42#define FIRMWARE_OFFSET_FILE_CRC 4
43
44/* Offset ( in the firmware file's header ) to the real data */
45#define FIRMWARE_OFFSET_FILE_DATA 6
46
41#endif 47#endif