sys/xtimer: fix generation of documentation
cd1ce6b98d43c accidentally disabled generating documentation for `xtimer_msg_*()` functions. Always define those functions when building the documentation.
This commit is contained in:
parent
7e42f6e4d5
commit
6add264f6a
@ -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
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user