From 8f1d3c944b509874be07a1f12387de37adf12626 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Jan 2003 18:47:35 +0000 Subject: Ludovic Lange's patch to make the ROLO feature work on the FM Recorder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3151 a1c6a512-1295-4272-9138-f99709370657 --- firmware/config-fmrecorder.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'firmware/config-fmrecorder.h') diff --git a/firmware/config-fmrecorder.h b/firmware/config-fmrecorder.h index 584b1d5d54..a760c39907 100644 --- a/firmware/config-fmrecorder.h +++ b/firmware/config-fmrecorder.h @@ -30,3 +30,12 @@ /* Define this if you control power on PBDR (instead of PADR) */ #define HAVE_POWEROFF_ON_PBDR + +/* Offset ( in the firmware file's header ) to the file length */ +#define FIRMWARE_OFFSET_FILE_LENGTH 20 + +/* Offset ( in the firmware file's header ) to the file CRC */ +#define FIRMWARE_OFFSET_FILE_CRC 6 + +/* Offset ( in the firmware file's header ) to the real data */ +#define FIRMWARE_OFFSET_FILE_DATA 24 -- cgit v1.2.3