aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-28 08:28:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-28 08:28:52 +0000
commit18fe69dbb27e1e9530d459c625ce6d3b623b8255 (patch)
treed93012c040ae1a21f037ab6069dba575b75be19f /demos
parentec870b97c19ecdc5a458364394ba95c9b99cd9ce (diff)
downloadChibiOS-18fe69dbb27e1e9530d459c625ce6d3b623b8255.tar.gz
ChibiOS-18fe69dbb27e1e9530d459c625ce6d3b623b8255.tar.bz2
ChibiOS-18fe69dbb27e1e9530d459c625ce6d3b623b8255.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6326 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h7
1 files changed, 0 insertions, 7 deletions
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
@@ -31,13 +31,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.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)