From b1bc11c7fc5bf986eaec4bc3954aa272c50598fa Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Thu, 31 Jul 2014 23:27:38 +0200 Subject: [PATCH] native: cpu: Add documentatiton for CPUID_ID_LEN --- cpu/native/include/cpu-conf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpu/native/include/cpu-conf.h b/cpu/native/include/cpu-conf.h index bb5b158b77..da8a0ed91f 100644 --- a/cpu/native/include/cpu-conf.h +++ b/cpu/native/include/cpu-conf.h @@ -57,6 +57,9 @@ /* for nativenet */ #define NATIVE_ETH_PROTO 0x1234 +/** + * @brief length of CPU ID for @ref cpu_id_get() in @ref periph/cpuid.h + */ #define CPUID_ID_LEN (4) #endif /* CPUCONF_H_ */