Changed CH_DBG_THREADS_PROFILING at FALSE

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11504 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
edolomb 2018-02-16 17:09:45 +00:00
parent 91111c10ec
commit 38739d7a8b
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@
* @note This debug option is not currently compatible with the
* tickless mode.
*/
#define CH_DBG_THREADS_PROFILING TRUE
#define CH_DBG_THREADS_PROFILING FALSE
/** @} */