aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F042K6-NUCLEO32/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32F042K6-NUCLEO32/chconf.h')
-rw-r--r--demos/STM32/RT-STM32F042K6-NUCLEO32/chconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F042K6-NUCLEO32/chconf.h b/demos/STM32/RT-STM32F042K6-NUCLEO32/chconf.h
index f5c59fc39..08203758f 100644
--- a/demos/STM32/RT-STM32F042K6-NUCLEO32/chconf.h
+++ b/demos/STM32/RT-STM32F042K6-NUCLEO32/chconf.h
@@ -52,6 +52,18 @@
#define CH_CFG_ST_FREQUENCY 10000
/**
+ * @brief Time intervals data size.
+ * @note Allowed values are 16, 32 or 64 bits.
+ */
+#define CH_CFG_INTERVALS_SIZE 32
+
+/**
+ * @brief Time types data size.
+ * @note Allowed values are 16 or 32 bits.
+ */
+#define CH_CFG_TIME_TYPES_SIZE 32
+
+/**
* @brief Time delta constant for the tick-less mode.
* @note If this value is zero then the system uses the classic
* periodic tick. This value represents the minimum number