Skip to content

Commit

Permalink
Change comments on cpuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Troels51 committed Nov 20, 2014
1 parent a7a88c2 commit 4bf4ebe
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions cpu/samd21/include/cpu-conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,11 @@
/** @} */




/**
* @def CPUID_ID_LEN
*
* @brief The length in byte of the CPU's serial number.
*
* @note Must be defined in the CPU's @ref cpu-conf.h
*/

#define CPUID_ID_LEN (128/8) //128 bits long, 16 bytes long

* @name CPUID_ID_LEN length of cpuid in bytes
* @{
*/
#define CPUID_ID_LEN (16) /* 128 bits long, 16 bytes long */
/** @} */
#endif /* __CPU_CONF_H */
/** @} */

0 comments on commit 4bf4ebe

Please sign in to comment.