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:
parent
91111c10ec
commit
38739d7a8b
|
@ -467,7 +467,7 @@
|
||||||
* @note This debug option is not currently compatible with the
|
* @note This debug option is not currently compatible with the
|
||||||
* tickless mode.
|
* tickless mode.
|
||||||
*/
|
*/
|
||||||
#define CH_DBG_THREADS_PROFILING TRUE
|
#define CH_DBG_THREADS_PROFILING FALSE
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue