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_ */