From 209304ccb819395ea1a3c7c16eb6ad4acf791968 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:46:51 +0200 Subject: [PATCH] cpu/lpc1768: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/lpc1768/include/cpu_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/lpc1768/include/cpu_conf.h b/cpu/lpc1768/include/cpu_conf.h index ae0814a9b8..127883be05 100644 --- a/cpu/lpc1768/include/cpu_conf.h +++ b/cpu/lpc1768/include/cpu_conf.h @@ -44,7 +44,7 @@ extern "C" { * @{ */ #define CPUID_LEN (16U) -/* @} */ +/** @} */ #ifdef __cplusplus }