1
0
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:
Ludwig Ortmann 2014-10-16 10:25:30 -07:00
commit e3ba4c6707

View File

@ -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.