Revision 3da12676 modules/aos_chconf.h
modules/aos_chconf.h | ||
---|---|---|
492 | 492 |
* @note The default is @p FALSE. |
493 | 493 |
*/ |
494 | 494 |
#if !defined(CH_DBG_STATISTICS) |
495 |
#if ((CH_CFG_USE_TM == TRUE) && (AMIROOS_CFG_DBG == true)) || defined(__DOXYGEN__)
|
|
495 |
#if ((CH_CFG_USE_TM == TRUE) && ((AMIROOS_CFG_DBG == true) || AMIROOS_CFG_PROFILE == true)) || defined(__DOXYGEN__)
|
|
496 | 496 |
#define CH_DBG_STATISTICS TRUE |
497 | 497 |
#else |
498 | 498 |
#define CH_DBG_STATISTICS FALSE |
Also available in: Unified diff