diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-28 08:28:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-28 08:28:52 +0000 |
commit | 18fe69dbb27e1e9530d459c625ce6d3b623b8255 (patch) | |
tree | d93012c040ae1a21f037ab6069dba575b75be19f /testhal/STM32F37x/ADC/halconf.h | |
parent | ec870b97c19ecdc5a458364394ba95c9b99cd9ce (diff) | |
download | ChibiOS-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 'testhal/STM32F37x/ADC/halconf.h')
-rw-r--r-- | testhal/STM32F37x/ADC/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32F37x/ADC/halconf.h b/testhal/STM32F37x/ADC/halconf.h index 85a5dbd3b..d60800288 100644 --- a/testhal/STM32F37x/ADC/halconf.h +++ b/testhal/STM32F37x/ADC/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 TRUE
-#endif
-
-/**
* @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
|