diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-16 19:07:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-16 19:07:36 +0000 |
commit | 87fe41551da40c49c3a6fb5fa970c355dc8a0f21 (patch) | |
tree | 05c7f66467f19a6d1b85eaf2925ffc6c1d966097 /os | |
parent | 8982fd6105099d8bdba59c241422b4147dc4a85b (diff) | |
download | ChibiOS-87fe41551da40c49c3a6fb5fa970c355dc8a0f21.tar.gz ChibiOS-87fe41551da40c49c3a6fb5fa970c355dc8a0f21.tar.bz2 ChibiOS-87fe41551da40c49c3a6fb5fa970c355dc8a0f21.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5208 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-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
|