diff options
Diffstat (limited to 'os/rt')
-rw-r--r-- | os/rt/include/chmemcore.h | 2 |
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);
|