From 2b8c52d98c7e62f9a47e3c76f2796cfdbffadd20 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 28 Jan 2005 12:31:44 +0000 Subject: Correct defines for the -add scramble format git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5693 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware') 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 @@ #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 -- cgit v1.2.3