From c3a939842327e77cb8b15aae64e05955563f2b70 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 30 Jan 2016 10:49:17 +0000 Subject: [PATCH] Documentation fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8814 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chmemcore.h | 2 -- 1 file changed, 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);