diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-10-01 12:01:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-10-01 12:01:20 +0000 |
commit | 909bc60050b8f0d1f4372c1b40424e9cbe934406 (patch) | |
tree | 57adef7b110f0bdb9520bf21b8ad068620612371 /testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h | |
parent | 0c3a229030656eccc535f88087020379f4d0dee5 (diff) | |
download | ChibiOS-909bc60050b8f0d1f4372c1b40424e9cbe934406.tar.gz ChibiOS-909bc60050b8f0d1f4372c1b40424e9cbe934406.tar.bz2 ChibiOS-909bc60050b8f0d1f4372c1b40424e9cbe934406.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7334 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h')
-rw-r--r-- | testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h b/testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h index bb8ebc123..09a9a0cdb 100644 --- a/testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h +++ b/testhal/STM32/STM32F1xx/USB_CDC_F107/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__)
|