From 8061e99be4f125f4587bd19ece63d983d929f4c1 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:46:12 +0200 Subject: [PATCH] cpu/qnx908x: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/qn908x/include/periph_cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/qn908x/include/periph_cpu.h b/cpu/qn908x/include/periph_cpu.h index 85c5937f93..7dcd3a8da1 100644 --- a/cpu/qn908x/include/periph_cpu.h +++ b/cpu/qn908x/include/periph_cpu.h @@ -141,11 +141,11 @@ enum { GPIO_PORTS_NUMOF /**< overall number of available ports */ }; +#if DOXYGEN /** * @name ADC CPU configuration * @{ */ -#if DOXYGEN /** * @brief Define if ADC external capacitor is connected to PA06 pin. * @@ -154,6 +154,7 @@ enum { * macro should be defined by the board to make the ADC block use it. */ #define BOARD_HAS_ADC_PA06_CAP +/** @} */ #endif #ifndef DOXYGEN @@ -206,7 +207,6 @@ typedef enum { * Define to one of the qn908x_adc_clock_t values. */ #define QN908X_ADC_CLOCK -/** @} */ #endif /* ifdef DOXYGEN */ /**