1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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 */
};
#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 */
/**