diff options
Diffstat (limited to 'demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h')
-rw-r--r-- | demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h b/demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h index 3858828e6..d63d30523 100644 --- a/demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h +++ b/demos/rt/RT-STM32F373-STM32373C_EVAL/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__)
|