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);