summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-h100.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index ae39a5453f..b94224a542 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -38,4 +38,10 @@
38 38
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 */
42#define FIRMWARE_OFFSET_FILE_CRC 4
43
44/* Offset ( in the firmware file's header ) to the real data */
45#define FIRMWARE_OFFSET_FILE_DATA 6
46
41#endif 47#endif