1
0
Fork 0
forked from len0rd/rockbox

Correct defines for the -add scramble format

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5693 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-01-28 12:31:44 +00:00
parent 08bf2092e7
commit 2b8c52d98c

View file

@ -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