summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r--firmware/export/config-h10.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 94de2167ff..08497ad52d 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -107,6 +107,9 @@
107/* The start address index for ROM builds */ 107/* The start address index for ROM builds */
108#define ROM_START 0x00000000 108#define ROM_START 0x00000000
109 109
110/* The size of the flash ROM */
111#define FLASH_SIZE 0x100000
112
110/* Define this to the CPU frequency */ 113/* Define this to the CPU frequency */
111#define CPU_FREQ 75000000 114#define CPU_FREQ 75000000
112 115