From 372b97790c3992966043fcbf3f8e1955c6ab97ce Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 15 Dec 2014 13:51:33 +0000 Subject: fixed wrong comment section git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7587 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/osal/rt/osal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/osal/rt/osal.h') diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h index fd39e860f..78c01a446 100644 --- a/os/hal/osal/rt/osal.h +++ b/os/hal/osal/rt/osal.h @@ -825,7 +825,7 @@ static inline void osalMutexObjectInit(mutex_t *mp) { #endif } -/* +/** * @brief Locks the specified mutex. * @post The mutex is locked and inserted in the per-thread stack of owned * mutexes. -- cgit v1.2.3