diff options
Diffstat (limited to 'os/oslib')
-rw-r--r-- | os/oslib/include/chlib.h | 4 | ||||
-rw-r--r-- | 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
*/
|