diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 14:07:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 14:07:53 +0000 |
commit | 58f8d8a051580add16ede4c74ae5e24e5f4bb45e (patch) | |
tree | ca271f96c15dce684e2b5acb9078091b35962242 /testhal/STM32F30x/UART/halconf.h | |
parent | 1003ac4c256575f760cfdcada7ebbcb0f03d9f90 (diff) | |
download | ChibiOS-58f8d8a051580add16ede4c74ae5e24e5f4bb45e.tar.gz ChibiOS-58f8d8a051580add16ede4c74ae5e24e5f4bb45e.tar.bz2 ChibiOS-58f8d8a051580add16ede4c74ae5e24e5f4bb45e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6180 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F30x/UART/halconf.h')
-rw-r--r-- | testhal/STM32F30x/UART/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32F30x/UART/halconf.h b/testhal/STM32F30x/UART/halconf.h index a4fc70926..dd527aeda 100644 --- a/testhal/STM32F30x/UART/halconf.h +++ b/testhal/STM32F30x/UART/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__)
|