summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index b94224a542..f4ada149fc 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -39,9 +39,9 @@
39#define CONFIG_LCD LCD_S1D15E06 39#define CONFIG_LCD LCD_S1D15E06
40 40
41/* Offset ( in the firmware file's header ) to the file CRC */ 41/* Offset ( in the firmware file's header ) to the file CRC */
42#define FIRMWARE_OFFSET_FILE_CRC 4 42#define FIRMWARE_OFFSET_FILE_CRC 0
43 43
44/* Offset ( in the firmware file's header ) to the real data */ 44/* Offset ( in the firmware file's header ) to the real data */
45#define FIRMWARE_OFFSET_FILE_DATA 6 45#define FIRMWARE_OFFSET_FILE_DATA 8
46 46
47#endif 47#endif