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

This commit is contained in:
gdisirio 2009-12-09 21:34:22 +00:00
parent 2441aa7210
commit 97b35245d1
2 changed files with 2 additions and 2 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

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