aboutsummaryrefslogtreecommitdiffstats
path: root/os/oslib/include/chmempools.h
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 /os/oslib/include/chmempools.h
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
Diffstat (limited to 'os/oslib/include/chmempools.h')
-rw-r--r--os/oslib/include/chmempools.h1
1 files changed, 1 insertions, 0 deletions
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
*/