summaryrefslogtreecommitdiff
path: root/firmware/config-fmrecorder.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-22 18:47:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-22 18:47:35 +0000
commit8f1d3c944b509874be07a1f12387de37adf12626 (patch)
tree717ea932ac6f19f566eaff4187b87f87700bd114 /firmware/config-fmrecorder.h
parent86352ccc3f47bc0f6bdcdcdc7b752f0836900fcd (diff)
downloadrockbox-8f1d3c944b509874be07a1f12387de37adf12626.tar.gz
rockbox-8f1d3c944b509874be07a1f12387de37adf12626.zip
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
Diffstat (limited to 'firmware/config-fmrecorder.h')
-rw-r--r--firmware/config-fmrecorder.h9
1 files changed, 9 insertions, 0 deletions
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 @@
30 30
31/* Define this if you control power on PBDR (instead of PADR) */ 31/* Define this if you control power on PBDR (instead of PADR) */
32#define HAVE_POWEROFF_ON_PBDR 32#define HAVE_POWEROFF_ON_PBDR
33
34/* Offset ( in the firmware file's header ) to the file length */
35#define FIRMWARE_OFFSET_FILE_LENGTH 20
36
37/* Offset ( in the firmware file's header ) to the file CRC */
38#define FIRMWARE_OFFSET_FILE_CRC 6
39
40/* Offset ( in the firmware file's header ) to the real data */
41#define FIRMWARE_OFFSET_FILE_DATA 24