aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal/nil
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-15 13:51:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-15 13:51:33 +0000
commit372b97790c3992966043fcbf3f8e1955c6ab97ce (patch)
treeac9134122e4635b4120eaf4db71352fdf1a06d48 /os/hal/osal/nil
parented084725e90889534beb44573715c2c0b482a627 (diff)
downloadChibiOS-372b97790c3992966043fcbf3f8e1955c6ab97ce.tar.gz
ChibiOS-372b97790c3992966043fcbf3f8e1955c6ab97ce.tar.bz2
ChibiOS-372b97790c3992966043fcbf3f8e1955c6ab97ce.zip
fixed wrong comment section
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7587 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/osal/nil')
-rw-r--r--os/hal/osal/nil/osal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/osal/nil/osal.h b/os/hal/osal/nil/osal.h
index c5dd68db9..758c7f87d 100644
--- a/os/hal/osal/nil/osal.h
+++ b/os/hal/osal/nil/osal.h
@@ -815,7 +815,7 @@ static inline void osalMutexObjectInit(mutex_t *mp) {
chSemObjectInit((semaphore_t *)mp, 1);
}
-/*
+/**
* @brief Locks the specified mutex.
* @post The mutex is locked and inserted in the per-thread stack of owned
* mutexes.