Revision 47e89ebf core/inc/aos_thread.h

View differences:

core/inc/aos_thread.h
122 122
extern "C" {
123 123
#endif /* defined(_cplusplus) */
124 124
  void aosThdSleepUntilS(const aos_timestamp_t t);
125
#if (AMIROOS_CFG_DBG == true) && (CH_DBG_FILL_THREADS == TRUE)
125
#if ((AMIROOS_CFG_DBG == true) && (CH_DBG_FILL_THREADS == TRUE)) || defined(__DOXYGEN__)
126 126
  size_t aosThdGetStackPeakUtilization(thread_t* thread);
127 127
#endif /* (AMIROOS_CFG_DBG == true) && (CH_DBG_FILL_THREADS == TRUE) */
128 128
#if defined(__cplusplus)

Also available in: Unified diff