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:
commit
3d3d6062f0
@ -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…
x
Reference in New Issue
Block a user