summaryrefslogtreecommitdiff
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
parent08bf2092e79d8238790b2e1c21b6dec748a2e80c (diff)
downloadrockbox-2b8c52d98c7e62f9a47e3c76f2796cfdbffadd20.zip
rockbox-2b8c52d98c7e62f9a47e3c76f2796cfdbffadd20.tar.gz
rockbox-2b8c52d98c7e62f9a47e3c76f2796cfdbffadd20.tar.bz2
rockbox-2b8c52d98c7e62f9a47e3c76f2796cfdbffadd20.tar.xz
Correct defines for the -add scramble format
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5693 a1c6a512-1295-4272-9138-f99709370657
-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 ae39a54..b94224a 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -38,4 +38,10 @@
#define CONFIG_LCD LCD_S1D15E06
+/* Offset ( in the firmware file's header ) to the file CRC */
+#define FIRMWARE_OFFSET_FILE_CRC 4
+
+/* Offset ( in the firmware file's header ) to the real data */
+#define FIRMWARE_OFFSET_FILE_DATA 6
+
#endif