aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 15:44:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 15:44:17 +0000
commit7506cef74c79741c57cf9575ac8b3b400c50bf41 (patch)
tree8cec25ddb1da5c2e643fd31ef59612a78cd03a7b /demos/ARM7-LPC214x-GCC
parentf0302498b7a67c59d224acc6e57627989f2dd51c (diff)
downloadChibiOS-7506cef74c79741c57cf9575ac8b3b400c50bf41.tar.gz
ChibiOS-7506cef74c79741c57cf9575ac8b3b400c50bf41.tar.bz2
ChibiOS-7506cef74c79741c57cf9575ac8b3b400c50bf41.zip
Made CH_DBG_THREADS_PROFILING default to TRUE in all demos because the changes to the function test_cpu_pulse().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@961 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC')
-rw-r--r--demos/ARM7-LPC214x-GCC/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h
index f06a537b2..658842338 100644
--- a/demos/ARM7-LPC214x-GCC/chconf.h
+++ b/demos/ARM7-LPC214x-GCC/chconf.h
@@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread.
*/
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
-#define CH_DBG_THREADS_PROFILING FALSE
+#define CH_DBG_THREADS_PROFILING TRUE
#endif
/*===========================================================================*/