Documentation fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8811 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
Giovanni Di Sirio 2016-01-30 10:49:01 +00:00
parent bfc2d0e4bb
commit 1f472e1845
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);