aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC563-GCC/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC563-GCC/halconf.h')
-rw-r--r--demos/PPC-SPC563-GCC/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/PPC-SPC563-GCC/halconf.h b/demos/PPC-SPC563-GCC/halconf.h
index b3d9443c2..68bc2405c 100644
--- a/demos/PPC-SPC563-GCC/halconf.h
+++ b/demos/PPC-SPC563-GCC/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__)