mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
core/thread: Fix documentation
This has been wrong since 317b0133
when a third predefined flag was
removed.
This commit is contained in:
parent
3c5c351ef5
commit
5e7d65fc1f
@ -39,7 +39,7 @@
|
||||
* Usually, if it is only of interest that an event occurred, but not how many
|
||||
* of them, thread flags should be considered.
|
||||
*
|
||||
* Note that some flags (currently the three most significant bits) are used by
|
||||
* 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.
|
||||
*
|
||||
* This API is optional and must be enabled by adding "core_thread_flags" to USEMODULE.
|
||||
|
Loading…
Reference in New Issue
Block a user