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
This commit is contained in:
gdisirio 2009-05-09 15:44:17 +00:00
parent f0302498b7
commit 7506cef74c
10 changed files with 10 additions and 10 deletions

View File

@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/

View File

@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/

View File

@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/

View File

@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/

View File

@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/

View File

@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/

View File

@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/

View File

@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/

View File

@ -345,7 +345,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/

View File

@ -346,7 +346,7 @@
* counts the system ticks occurred while executing the thread. * counts the system ticks occurred while executing the thread.
*/ */
#if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__) #if !defined(CH_DBG_THREADS_PROFILING) || defined(__DOXYGEN__)
#define CH_DBG_THREADS_PROFILING FALSE #define CH_DBG_THREADS_PROFILING TRUE
#endif #endif
/*===========================================================================*/ /*===========================================================================*/