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 7a2d286e82..989cafa087 100644
--- a/chip/stm32/config.h
+++ b/chip/stm32/config.h
@@ -31,6 +31,9 @@
/* Interval between HOOK_TICK notifications */
#define HOOK_TICK_INTERVAL (500 * MSEC)
+/* Maximum number of deferrable functions */
+#define DEFERRABLE_MAX_COUNT 8
+
/* support programming on-chip flash */
#define CONFIG_FLASH