diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-15 13:51:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-15 13:51:33 +0000 |
commit | 372b97790c3992966043fcbf3f8e1955c6ab97ce (patch) | |
tree | ac9134122e4635b4120eaf4db71352fdf1a06d48 /os/hal/templates | |
parent | ed084725e90889534beb44573715c2c0b482a627 (diff) | |
download | ChibiOS-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/templates')
-rw-r--r-- | os/hal/templates/osal/osal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/osal/osal.h b/os/hal/templates/osal/osal.h index af51fad27..bad7e9d19 100644 --- a/os/hal/templates/osal/osal.h +++ b/os/hal/templates/osal/osal.h @@ -789,7 +789,7 @@ static inline void osalMutexObjectInit(mutex_t *mp) { *mp = 0;
}
-/*
+/**
* @brief Locks the specified mutex.
* @post The mutex is locked and inserted in the per-thread stack of owned
* mutexes.
|