summaryrefslogtreecommitdiff
path: root/firmware/config-recorder.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-recorder.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-recorder.h')
-rw-r--r--firmware/config-recorder.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/config-recorder.h b/firmware/config-recorder.h
index 7f7c5e2683..33e40b7790 100644
--- a/firmware/config-recorder.h
+++ b/firmware/config-recorder.h
@@ -27,3 +27,12 @@
27 27
28/* Define this if you control power on PBDR (instead of PADR) */ 28/* Define this if you control power on PBDR (instead of PADR) */
29#define HAVE_POWEROFF_ON_PBDR 29#define HAVE_POWEROFF_ON_PBDR
30
31/* Offset ( in the firmware file's header ) to the file length */
32#define FIRMWARE_OFFSET_FILE_LENGTH 0
33
34/* Offset ( in the firmware file's header ) to the file CRC */
35#define FIRMWARE_OFFSET_FILE_CRC 4
36
37/* Offset ( in the firmware file's header ) to the real data */
38#define FIRMWARE_OFFSET_FILE_DATA 6