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:
parent
7516c94dd8
commit
b1bc11c7fc
@ -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_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user