git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8713 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-01-07 16:18:22 +00:00
parent 0c827780f0
commit 78a39fd01b
1 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ struct ch_system {
*/ */
kernel_stats_t kernel_stats; kernel_stats_t kernel_stats;
#endif #endif
#if CH_CFG_NO_IDLE_THREAD == FALSE #if (CH_CFG_NO_IDLE_THREAD == FALSE) || defined(__DOXYGEN__)
/** /**
* @brief Idle thread working area. * @brief Idle thread working area.
*/ */