diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-01-28 13:14:14 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-01-28 13:14:14 +0000 |
| commit | 3804e7a874a516a417e2b321c0a047055e5f0614 (patch) | |
| tree | 18323425d60ab276bb49a85dddc47cc09daed4b8 | |
| parent | d39714555498ffaed2b4d29459d58243691b16db (diff) | |
| download | rockbox-3804e7a874a516a417e2b321c0a047055e5f0614.zip rockbox-3804e7a874a516a417e2b321c0a047055e5f0614.tar.gz rockbox-3804e7a874a516a417e2b321c0a047055e5f0614.tar.bz2 rockbox-3804e7a874a516a417e2b321c0a047055e5f0614.tar.xz | |
Correct values for the -add format
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5695 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-h100.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index b94224a..f4ada14 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -39,9 +39,9 @@ #define CONFIG_LCD LCD_S1D15E06 /* Offset ( in the firmware file's header ) to the file CRC */ -#define FIRMWARE_OFFSET_FILE_CRC 4 +#define FIRMWARE_OFFSET_FILE_CRC 0 /* Offset ( in the firmware file's header ) to the real data */ -#define FIRMWARE_OFFSET_FILE_DATA 6 +#define FIRMWARE_OFFSET_FILE_DATA 8 #endif |