summaryrefslogtreecommitdiff
path: root/chip/stm32/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/config.h')
-rw-r--r--chip/stm32/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/stm32/config.h b/chip/stm32/config.h
index ddd79f39bc..bc7283396a 100644
--- a/chip/stm32/config.h
+++ b/chip/stm32/config.h
@@ -24,6 +24,9 @@
/* Default task stack size */
#define TASK_STACK_SIZE 488
+/* Interval between HOOK_TICK notifications */
+#define HOOK_TICK_INTERVAL (500 * MSEC)
+
/* support programming on-chip flash */
#define CONFIG_FLASH