CH_DBG_FILL_THREADS

This commit is contained in:
rusefi 2019-02-11 23:57:29 -05:00
parent 42bfe8cf28
commit 6ffdafd996
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@
* @note The default is @p FALSE. * @note The default is @p FALSE.
*/ */
#if !defined(CH_DBG_FILL_THREADS) #if !defined(CH_DBG_FILL_THREADS)
#define CH_DBG_FILL_THREADS FALSE #define CH_DBG_FILL_THREADS TRUE
#endif #endif
/** /**