From cea523fdb0cad1ec6422a9b4ea13ba08da0932a1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 27 Jul 2013 18:11:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6035 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM4-STM32F303-DISCOVERY/chconf.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'demos') 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 @@ -127,6 +127,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. -- cgit v1.2.3