diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-23 12:14:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-23 12:14:39 +0000 |
commit | 590c03982fcf964a54948e33952701d4fe76023b (patch) | |
tree | 94b6d7160c54f0c2755bea9cdb1d4baa8787bbab /testhal/STM32F4xx/SPI/halconf.h | |
parent | 4377d247aedc476bc9a7784ecf534ac662ff7dbd (diff) | |
download | ChibiOS-590c03982fcf964a54948e33952701d4fe76023b.tar.gz ChibiOS-590c03982fcf964a54948e33952701d4fe76023b.tar.bz2 ChibiOS-590c03982fcf964a54948e33952701d4fe76023b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6213 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/SPI/halconf.h')
-rw-r--r-- | testhal/STM32F4xx/SPI/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32F4xx/SPI/halconf.h b/testhal/STM32F4xx/SPI/halconf.h index 3e1cafbbf..461d509b4 100644 --- a/testhal/STM32F4xx/SPI/halconf.h +++ b/testhal/STM32F4xx/SPI/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__)
|