1
0
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:
Marian Buschsieweke 2020-05-14 16:53:05 +02:00
parent 1f9d299492
commit 568404134a
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -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);