From 18fe69dbb27e1e9530d459c625ce6d3b623b8255 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 28 Sep 2013 08:28:52 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6326 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'demos/rt') diff --git a/demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h b/demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h index 3858828e6..d63d30523 100644 --- a/demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h +++ b/demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h @@ -30,13 +30,6 @@ #include "mcuconf.h" -/** - * @brief Enables the TM subsystem. - */ -#if !defined(HAL_USE_TM) || defined(__DOXYGEN__) -#define HAL_USE_TM FALSE -#endif - /** * @brief Enables the PAL subsystem. */ -- cgit v1.2.3