diff --git a/sys/include/luid.h b/sys/include/luid.h index 5ad2857bff..211bab20fe 100644 --- a/sys/include/luid.h +++ b/sys/include/luid.h @@ -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