mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
core/thread_flags: Remove unused THREAD_FLAG_MUTEX_UNLOCKED
and improve docs for THREAD_FLAG_TIMEOUT
This commit is contained in:
parent
a82930cf60
commit
317b013319
@ -97,9 +97,12 @@
|
||||
* }
|
||||
*/
|
||||
#define THREAD_FLAG_MSG_WAITING (0x1<<15)
|
||||
|
||||
#define THREAD_FLAG_MUTEX_UNLOCKED (0x1<<14)
|
||||
#define THREAD_FLAG_TIMEOUT (0x1<<13)
|
||||
/**
|
||||
* @brief Set by @ref xtimer_set_timeout_flag() when the timer expires
|
||||
*
|
||||
* @see xtimer_set_timeout_flag
|
||||
*/
|
||||
#define THREAD_FLAG_TIMEOUT (0x1<<14)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user