From 87fe41551da40c49c3a6fb5fa970c355dc8a0f21 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 16 Feb 2013 19:07:36 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5208 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/halconf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os') 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 -- cgit v1.2.3