summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 304c7062e5..0126cdf739 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -108,13 +108,19 @@
108#define CONFIG_LCD LCD_X5 108#define CONFIG_LCD LCD_X5
109 109
110/* Offset ( in the firmware file's header ) to the file length */ 110/* Offset ( in the firmware file's header ) to the file length */
111#define FIRMWARE_OFFSET_FILE_LENGTH 0 111#define FIRMWARE_OFFSET_FILE_LENGTH 0x8
112 112
113/* Offset ( in the firmware file's header ) to the file CRC */ 113/* Offset ( in the firmware file's header ) to the file CRC */
114#define FIRMWARE_OFFSET_FILE_CRC 0 114#define FIRMWARE_OFFSET_FILE_CRC 0x0c
115
116/* Offset ( in the firmware file's header ) to the file type */
117#define FIRMWARE_OFFSET_FILE_TYPE 0x1f8
118
119/* Offset ( in the firmware file's header ) to the file model id */
120#define FIRMWARE_OFFSET_FILE_MODEL 0x1fc
115 121
116/* Offset ( in the firmware file's header ) to the real data */ 122/* Offset ( in the firmware file's header ) to the real data */
117#define FIRMWARE_OFFSET_FILE_DATA 8 123#define FIRMWARE_OFFSET_FILE_DATA 0x200
118 124
119/* #define USB_IPODSTYLE */ 125/* #define USB_IPODSTYLE */
120 126