diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-30 10:00:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-30 10:00:19 +0000 |
commit | 984148e9dbda3053aec71ea7da545bc75cd33e94 (patch) | |
tree | 18ef26443394093f7e2ca7ced34e75d06f627e9a /testhal/STM32L1xx/ADC/halconf.h | |
parent | 17cb6b9bb62820acc954db2fde2ea79696b34325 (diff) | |
download | ChibiOS-984148e9dbda3053aec71ea7da545bc75cd33e94.tar.gz ChibiOS-984148e9dbda3053aec71ea7da545bc75cd33e94.tar.bz2 ChibiOS-984148e9dbda3053aec71ea7da545bc75cd33e94.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6334 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx/ADC/halconf.h')
-rw-r--r-- | testhal/STM32L1xx/ADC/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32L1xx/ADC/halconf.h b/testhal/STM32L1xx/ADC/halconf.h index 85a5dbd3b..d60800288 100644 --- a/testhal/STM32L1xx/ADC/halconf.h +++ b/testhal/STM32L1xx/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__)
|