From d03a1e370647c9eff16277d0c7f5e6a3f11cc672 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 23 Apr 2019 07:13:07 +0000 Subject: Documentation fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12757 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/oslib/include/chlib.h | 4 ++-- os/oslib/include/chmempools.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/os/oslib/include/chlib.h b/os/oslib/include/chlib.h index d117b54d6..8a6ffd7b9 100644 --- a/os/oslib/include/chlib.h +++ b/os/oslib/include/chlib.h @@ -52,7 +52,7 @@ /** * @brief OS Library version string. */ -#define CH_OSLIB_VERSION "1.1.1" +#define CH_OSLIB_VERSION "1.1.2" /** * @brief OS Library version major number. @@ -67,7 +67,7 @@ /** * @brief OS Library version patch number. */ -#define CH_OSLIB_PATCH 1 +#define CH_OSLIB_PATCH 2 /** @} */ /*===========================================================================*/ diff --git a/os/oslib/include/chmempools.h b/os/oslib/include/chmempools.h index 427ba9fb1..265ac7fb2 100644 --- a/os/oslib/include/chmempools.h +++ b/os/oslib/include/chmempools.h @@ -253,6 +253,7 @@ static inline void chGuardedPoolObjectInit(guarded_memory_pool_t *gmp, * @pre The guarded memory pool must be already been initialized. * * @param[in] gmp pointer to a @p guarded_memory_pool_t structure + * @return The number of objects. * * @iclass */ -- cgit v1.2.3