aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/osal/osal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/osal/osal.h')
-rw-r--r--os/hal/templates/osal/osal.h2
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.