From 568404134aef2a06427d1f08eba5af563781e674 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 14 May 2020 16:53:05 +0200 Subject: [PATCH] drivers/periph/cpuid: Fix typo in doc --- drivers/include/periph/cpuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/periph/cpuid.h b/drivers/include/periph/cpuid.h index dbbb0bde31..6f6af2dedf 100644 --- a/drivers/include/periph/cpuid.h +++ b/drivers/include/periph/cpuid.h @@ -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);