mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
Merge pull request #1821 from authmillenon/cpuid-doc
periph.cpuid: Add central documentation for CPUID_ID_LEN
This commit is contained in:
commit
e3ba4c6707
@ -21,6 +21,14 @@
|
||||
|
||||
#include "cpu-conf.h"
|
||||
|
||||
/**
|
||||
* @def CPUID_ID_LEN
|
||||
*
|
||||
* @brief The length in byte of the CPU's serial number.
|
||||
*
|
||||
* @note Must be defined in the CPU's @ref cpu-conf.h
|
||||
*/
|
||||
|
||||
#if CPUID_ID_LEN
|
||||
/**
|
||||
* @brief Gets the serial number of the CPU.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user