diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-30 10:49:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-30 10:49:01 +0000 |
commit | 1f472e1845179b3b6d56314be45dadd2af98707e (patch) | |
tree | 2b901b27b5044cff6532ec2b367128b87948aa85 /os | |
parent | bfc2d0e4bb2a4a3c9c8ae3b8c49d7a99080ec4ec (diff) | |
download | ChibiOS-1f472e1845179b3b6d56314be45dadd2af98707e.tar.gz ChibiOS-1f472e1845179b3b6d56314be45dadd2af98707e.tar.bz2 ChibiOS-1f472e1845179b3b6d56314be45dadd2af98707e.zip |
Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8811 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-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);
|