summaryrefslogtreecommitdiff
path: root/firmware/config-fmrecorder.h
diff options
context:
space:
mode:
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