1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #14080 from maribu/cpuid_doc_fix

drivers/periph/cpuid: Fix typo in doc
This commit is contained in:
Kaspar Schleiser 2020-05-14 16:59:32 +02:00 committed by GitHub
commit 3d3d6062f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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