diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-27 18:11:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-27 18:11:16 +0000 |
commit | cea523fdb0cad1ec6422a9b4ea13ba08da0932a1 (patch) | |
tree | 9c0267d48de82f4923dbf5425d53a902fd0d53b7 /demos/ARMCM4-STM32F303-DISCOVERY | |
parent | 2f46bd9742047fac9ed3d139396b112120e2eada (diff) | |
download | ChibiOS-cea523fdb0cad1ec6422a9b4ea13ba08da0932a1.tar.gz ChibiOS-cea523fdb0cad1ec6422a9b4ea13ba08da0932a1.tar.bz2 ChibiOS-cea523fdb0cad1ec6422a9b4ea13ba08da0932a1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6035 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM4-STM32F303-DISCOVERY')
-rw-r--r-- | demos/ARMCM4-STM32F303-DISCOVERY/chconf.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h b/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h index 0886d559c..7b869eb61 100644 --- a/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h +++ b/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h @@ -128,6 +128,16 @@ /*===========================================================================*/
/**
+ * @brief Realtime counter APIs.
+ * @details If enabled then the RT APIs are included in the kernel.
+ *
+ * @note The default is @p TRUE.
+ */
+#if !defined(CH_CFG_USE_RT) || defined(__DOXYGEN__)
+#define CH_CFG_USE_RT TRUE
+#endif
+
+/**
* @brief Threads registry APIs.
* @details If enabled then the registry APIs are included in the kernel.
*
|