aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-09 21:34:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-09 21:34:22 +0000
commit97b35245d19b59ff87d69fa9f7df701eea8f18c9 (patch)
tree0ee21e1aac88ef51382cfb98c6e56d896bad7bd8 /testhal
parent2441aa72104fb7c01505947d8b774a182e84e83d (diff)
downloadChibiOS-97b35245d19b59ff87d69fa9f7df701eea8f18c9.tar.gz
ChibiOS-97b35245d19b59ff87d69fa9f7df701eea8f18c9.tar.bz2
ChibiOS-97b35245d19b59ff87d69fa9f7df701eea8f18c9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1410 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/chconf.h b/testhal/STM32/chconf.h
index 31c3c7a50..3b29983cb 100644
--- a/testhal/STM32/chconf.h
+++ b/testhal/STM32/chconf.h
@@ -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