diff options
Diffstat (limited to 'os/hal/templates/halconf.h')
-rw-r--r-- | os/hal/templates/halconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index 00ed6eba5..f05719132 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -37,6 +37,9 @@ /**
* @name Drivers enable switches
*/
+/**
+ * @brief Enables the TM subsystem.
+ */
#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
#define HAL_USE_TM TRUE
#endif
|