Skip to content
Snippets Groups Projects
Commit 317b0133 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

core/thread_flags: Remove unused THREAD_FLAG_MUTEX_UNLOCKED

and improve docs for THREAD_FLAG_TIMEOUT
parent a82930cf
No related branches found
No related tags found
No related merge requests found
......@@ -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)
/** @} */
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment