diff options
Diffstat (limited to 'demos/ARMCM3-STM32F100-DISCOVERY')
-rw-r--r-- | demos/ARMCM3-STM32F100-DISCOVERY/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/ARMCM3-STM32F100-DISCOVERY/halconf.h b/demos/ARMCM3-STM32F100-DISCOVERY/halconf.h index 2c109a7ef..3bacab41f 100644 --- a/demos/ARMCM3-STM32F100-DISCOVERY/halconf.h +++ b/demos/ARMCM3-STM32F100-DISCOVERY/halconf.h @@ -35,6 +35,13 @@ #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__)
|