aboutsummaryrefslogtreecommitdiffstats
path: root/src/chdebug.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-04 20:22:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-04 20:22:32 +0000
commit37f18c5818832fe6d9e8389bea01ecd13598668a (patch)
treefba95076f998152ba7ffa5a5f3cbe924dca574ea /src/chdebug.c
parente4245075bef0e790f228d47c4dfb0380f878cf4f (diff)
downloadChibiOS-37f18c5818832fe6d9e8389bea01ecd13598668a.tar.gz
ChibiOS-37f18c5818832fe6d9e8389bea01ecd13598668a.tar.bz2
ChibiOS-37f18c5818832fe6d9e8389bea01ecd13598668a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@716 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chdebug.c')
-rw-r--r--src/chdebug.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/chdebug.c b/src/chdebug.c
index 41a0adc62..8fa67bbf7 100644
--- a/src/chdebug.c
+++ b/src/chdebug.c
@@ -17,6 +17,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @file chdebug.c
+ * @brief ChibiOS/RT Debug code.
+ * @addtogroup CondVars
+ * @{
+ */
+
#include <ch.h>
#ifdef CH_USE_DEBUG
@@ -72,3 +79,5 @@ void chDbgTrace(Thread *otp, Thread *ntp) {
#endif /* CH_USE_TRACE */
#endif /* CH_USE_DEBUG */
+
+/** @} */