mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/periph/cpuid: Fix typo in doc
This commit is contained in:
parent
1f9d299492
commit
568404134a
@ -48,7 +48,7 @@ extern "C" {
|
||||
/**
|
||||
* @brief Gets the serial number of the CPU.
|
||||
*
|
||||
* @param[out] id The serial number of the CPU of length CPU_ID_LEN (must be
|
||||
* @param[out] id The serial number of the CPU of length CPUID_LEN (must be
|
||||
* defined in the CPU's cpu_conf.h)
|
||||
*/
|
||||
void cpuid_get(void *id);
|
||||
|
Loading…
Reference in New Issue
Block a user