From 1f472e1845179b3b6d56314be45dadd2af98707e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 30 Jan 2016 10:49:01 +0000 Subject: Documentation fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8811 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chmemcore.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'os') 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); -- cgit v1.2.3