Documentation fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8814 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-01-30 10:49:17 +00:00
parent fccbe93884
commit c3a9398423
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@
/** /**
* @brief Memory get function. * @brief Memory get function.
* @note This type must be assignment compatible with the @p chMemAlloc()
* function.
*/ */
typedef void *(*memgetfunc_t)(size_t size); typedef void *(*memgetfunc_t)(size_t size);