diff --git a/sys/include/xtimer.h b/sys/include/xtimer.h index 2ed4d9539f..19321c010b 100644 --- a/sys/include/xtimer.h +++ b/sys/include/xtimer.h @@ -415,7 +415,7 @@ int xtimer_mutex_lock_timeout(mutex_t *mutex, uint64_t us); */ void xtimer_set_timeout_flag(xtimer_t *t, uint32_t timeout); -#ifdef MODULE_CORE_MSG +#if defined(MODULE_CORE_MSG) || defined(DOXYGEN) /** * @brief Set a timer that sends a message *