summaryrefslogtreecommitdiff
path: root/chip/lm4/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/config.h')
-rw-r--r--chip/lm4/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/lm4/config.h b/chip/lm4/config.h
index 7a39262ba6..aa40382b42 100644
--- a/chip/lm4/config.h
+++ b/chip/lm4/config.h
@@ -15,6 +15,9 @@
/* Use a bigger console output buffer */
#define CONFIG_UART_TX_BUF_SIZE 8192
+/* Interval between HOOK_TICK notifications */
+#define HOOK_TICK_INTERVAL (250 * MSEC)
+
/****************************************************************************/
/* Memory mapping */