aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-21 11:15:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-21 11:15:53 +0000
commit5954248a03a87a68cbb81ca4c830a31aa07d33e0 (patch)
tree210cd92134516ba86d9bafb3b3e182f0bfdfc303 /demos
parent73a6c86af1bb7f4c16f5aaf8d170176adc609fc8 (diff)
downloadChibiOS-5954248a03a87a68cbb81ca4c830a31aa07d33e0.tar.gz
ChibiOS-5954248a03a87a68cbb81ca4c830a31aa07d33e0.tar.bz2
ChibiOS-5954248a03a87a68cbb81ca4c830a31aa07d33e0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@799 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/ARM7-LPC214x-GCC/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h
index 72407ff5b..cb606580b 100644
--- a/demos/ARM7-LPC214x-GCC/chconf.h
+++ b/demos/ARM7-LPC214x-GCC/chconf.h
@@ -368,7 +368,7 @@
* may not be implemented at all.
*/
#if !defined(CH_DBG_ENABLE_STACK_CHECK) || defined(__DOXYGEN__)
-#define CH_DBG_ENABLE_STACK_CHECK TRUE
+#define CH_DBG_ENABLE_STACK_CHECK FALSE
#endif
/**
@@ -376,7 +376,7 @@
* pattern when a thread is created.
*/
#if !defined(CH_DBG_FILL_THREADS) || defined(__DOXYGEN__)
-#define CH_DBG_FILL_THREADS TRUE
+#define CH_DBG_FILL_THREADS FALSE
#endif
/**