aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-04-23 07:13:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-04-23 07:13:07 +0000
commitd03a1e370647c9eff16277d0c7f5e6a3f11cc672 (patch)
tree9f6e0d207dbd4a02c20c1344c7d260501716489d
parent610e18c14545dc4a34e6635c9f33b7ec7379dfba (diff)
downloadChibiOS-d03a1e370647c9eff16277d0c7f5e6a3f11cc672.tar.gz
ChibiOS-d03a1e370647c9eff16277d0c7f5e6a3f11cc672.tar.bz2
ChibiOS-d03a1e370647c9eff16277d0c7f5e6a3f11cc672.zip
Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12757 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
-rw-r--r--os/oslib/include/chlib.h4
-rw-r--r--os/oslib/include/chmempools.h1
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
*/