aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/osal')
-rw-r--r--os/hal/osal/nil/osal.h2
-rw-r--r--os/hal/osal/rt/osal.h2
2 files changed, 2 insertions, 2 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.
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.