From 75962347e8a67ddc3d97e0034204e86bfed23652 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 22 Apr 2018 13:08:10 +0000 Subject: More API in the C++ wrapper, minor documentation fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11948 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/rt/src/chthreads.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/rt') diff --git a/os/rt/src/chthreads.c b/os/rt/src/chthreads.c index 4d0a641e9..a481cbc34 100644 --- a/os/rt/src/chthreads.c +++ b/os/rt/src/chthreads.c @@ -389,7 +389,7 @@ thread_t *chThdStart(thread_t *tp) { #if (CH_CFG_USE_REGISTRY == TRUE) || defined(__DOXYGEN__) /** * @brief Adds a reference to a thread object. - * @pre The configuration option @p CH_CFG_USE_DYNAMIC must be enabled in + * @pre The configuration option @p CH_CFG_USE_REGISTRY must be enabled in * order to use this function. * * @param[in] tp pointer to the thread @@ -416,7 +416,7 @@ thread_t *chThdAddRef(thread_t *tp) { * from the registry.
* Threads whose counter reaches zero and are still active become * "detached" and will be removed from registry on termination. - * @pre The configuration option @p CH_CFG_USE_DYNAMIC must be enabled in + * @pre The configuration option @p CH_CFG_USE_REGISTRY must be enabled in * order to use this function. * @note Static threads are not affected. * -- cgit v1.2.3