From e8f67437d0007a2a4cd5a05afbd525a1960c188c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 13:05:59 +0000 Subject: Simulator updates, not complete. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9223 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chmemcore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/common/oslib/include') diff --git a/os/common/oslib/include/chmemcore.h b/os/common/oslib/include/chmemcore.h index 014af50d6..539d71ecf 100644 --- a/os/common/oslib/include/chmemcore.h +++ b/os/common/oslib/include/chmemcore.h @@ -49,7 +49,9 @@ * provide the @p __heap_base__ and @p __heap_end__ symbols. * @note Requires @p CH_CFG_USE_MEMCORE. */ +#if !defined(CH_CFG_MEMCORE_SIZE) || defined(__DOXYGEN__) #define CH_CFG_MEMCORE_SIZE 0 +#endif /*===========================================================================*/ /* Derived constants and error checks. */ -- cgit v1.2.3