Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sys/include/luid.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ extern "C" {
* byte.
*
* @note The resulting LUID will repeat after 255 calls.
* @post The generated LUID must be used unchanged, as it could collide with
* other LUIDs if altered.
*
* @param[out] buf memory location to copy the LUID into. MUST be able to
* hold at least @p len bytes
Expand Down