1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 11:03:50 +01:00

cpu/qnx908x: fix doxygen grouping warnings

Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2021-09-05 20:46:12 +02:00
parent 63017413e9
commit 8061e99be4

View File

@ -141,11 +141,11 @@ enum {
GPIO_PORTS_NUMOF /**< overall number of available ports */ GPIO_PORTS_NUMOF /**< overall number of available ports */
}; };
#if DOXYGEN
/** /**
* @name ADC CPU configuration * @name ADC CPU configuration
* @{ * @{
*/ */
#if DOXYGEN
/** /**
* @brief Define if ADC external capacitor is connected to PA06 pin. * @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. * macro should be defined by the board to make the ADC block use it.
*/ */
#define BOARD_HAS_ADC_PA06_CAP #define BOARD_HAS_ADC_PA06_CAP
/** @} */
#endif #endif
#ifndef DOXYGEN #ifndef DOXYGEN
@ -206,7 +207,6 @@ typedef enum {
* Define to one of the qn908x_adc_clock_t values. * Define to one of the qn908x_adc_clock_t values.
*/ */
#define QN908X_ADC_CLOCK #define QN908X_ADC_CLOCK
/** @} */
#endif /* ifdef DOXYGEN */ #endif /* ifdef DOXYGEN */
/** /**