aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-07-01 16:54:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-07-01 16:54:16 +0000
commit3edd2f7ccb1ecca032efb47d3192c4f4065e20ed (patch)
tree54d09f713e649371a71e4cb5c588446ef2419f0c /os/common
parente46a8db1dffd3bc20495c6959381d063028ecf5e (diff)
downloadChibiOS-3edd2f7ccb1ecca032efb47d3192c4f4065e20ed.tar.gz
ChibiOS-3edd2f7ccb1ecca032efb47d3192c4f4065e20ed.tar.bz2
ChibiOS-3edd2f7ccb1ecca032efb47d3192c4f4065e20ed.zip
Fixed bug #850.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10272 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r--os/common/oslib/include/chheap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/common/oslib/include/chheap.h b/os/common/oslib/include/chheap.h
index db8b70269..0447d546d 100644
--- a/os/common/oslib/include/chheap.h
+++ b/os/common/oslib/include/chheap.h
@@ -163,6 +163,7 @@ static inline void *chHeapAlloc(memory_heap_t *heapp, size_t size) {
* same value aligned to the next @p CH_HEAP_ALIGNMENT multiple.
*
* @param[in] p pointer to the memory block
+ * @return Size of the block.
*
* @api
*/