diff --git a/os/kernel/src/chthreads.c b/os/kernel/src/chthreads.c index fc697d1e9..e28efa43c 100644 --- a/os/kernel/src/chthreads.c +++ b/os/kernel/src/chthreads.c @@ -356,6 +356,7 @@ Thread *chThdAddRef(Thread *tp) { chSysUnlock(); return tp; } + /** * @brief Releases a reference to a thread object. * @details If the references counter reaches zero and the thread