summaryrefslogtreecommitdiff
path: root/chip/mt_scp
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp')
-rw-r--r--chip/mt_scp/rv32i_common/config_chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/mt_scp/rv32i_common/config_chip.h b/chip/mt_scp/rv32i_common/config_chip.h
index ac53d51732..ea9dc3f61a 100644
--- a/chip/mt_scp/rv32i_common/config_chip.h
+++ b/chip/mt_scp/rv32i_common/config_chip.h
@@ -10,10 +10,10 @@
/* Interval between HOOK_TICK notifications */
#define HOOK_TICK_INTERVAL_MS 500
-#define HOOK_TICK_INTERVAL (HOOK_TICK_INTERVAL_MS * MSEC)
+#define HOOK_TICK_INTERVAL (HOOK_TICK_INTERVAL_MS * MSEC)
/* RW only, no flash */
-#undef CONFIG_FW_INCLUDE_RO
+#undef CONFIG_FW_INCLUDE_RO
#define CONFIG_RO_MEM_OFF 0
#define CONFIG_RO_SIZE 0
#define CONFIG_RW_MEM_OFF 0