mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
native: cpu: Add documentatiton for CPUID_ID_LEN
This commit is contained in:
parent
7516c94dd8
commit
b1bc11c7fc
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user