git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1408 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-12-09 21:28:54 +00:00
parent 01588816d1
commit d939ef4cf5
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@
*
* @note The default is @p TRUE.
*/
#if !defined(CH_USE_HEAP) || defined(__DOXYGEN__)
#if !defined(CH_USE_MEMCORE) || defined(__DOXYGEN__)
#define CH_USE_MEMCORE TRUE
#endif