aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-01-30 10:49:01 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-01-30 10:49:01 +0000
commit1f472e1845179b3b6d56314be45dadd2af98707e (patch)
tree2b901b27b5044cff6532ec2b367128b87948aa85 /os
parentbfc2d0e4bb2a4a3c9c8ae3b8c49d7a99080ec4ec (diff)
downloadChibiOS-1f472e1845179b3b6d56314be45dadd2af98707e.tar.gz
ChibiOS-1f472e1845179b3b6d56314be45dadd2af98707e.tar.bz2
ChibiOS-1f472e1845179b3b6d56314be45dadd2af98707e.zip
Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8811 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/rt/include/chmemcore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/rt/include/chmemcore.h b/os/rt/include/chmemcore.h
index f56e66fb7..d590d8982 100644
--- a/os/rt/include/chmemcore.h
+++ b/os/rt/include/chmemcore.h
@@ -48,8 +48,6 @@
/**
* @brief Memory get function.
- * @note This type must be assignment compatible with the @p chMemAlloc()
- * function.
*/
typedef void *(*memgetfunc_t)(size_t size);