1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core/thread doc: Contrast to messages

This commit is contained in:
chrysn 2022-01-05 19:33:51 +01:00
parent 5e7d65fc1f
commit 79e0e94312

View File

@ -41,6 +41,9 @@
*
* Note that some flags (currently the two most significant bits) are used by
* core functions and should not be set by the user. They can be waited for.
* Unlike @ref core_msg "messages" (which are only ever sent when requested),
* these flags can be set unprompted. (For example, @ref THREAD_FLAG_MSG_WAITING
* is set on a thread automatically with every message sent there).
*
* This API is optional and must be enabled by adding "core_thread_flags" to USEMODULE.
*