1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

native: cpu: Add documentatiton for CPUID_ID_LEN

This commit is contained in:
Martine Lenders 2014-07-31 23:27:38 +02:00
parent 7516c94dd8
commit b1bc11c7fc

View File

@ -57,6 +57,9 @@
/* for nativenet */ /* for nativenet */
#define NATIVE_ETH_PROTO 0x1234 #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) #define CPUID_ID_LEN (4)
#endif /* CPUCONF_H_ */ #endif /* CPUCONF_H_ */