diff --git a/cpu/sam0_common/include/periph_cpu_common.h b/cpu/sam0_common/include/periph_cpu_common.h index 04c923adb9..65ed47eaff 100644 --- a/cpu/sam0_common/include/periph_cpu_common.h +++ b/cpu/sam0_common/include/periph_cpu_common.h @@ -178,6 +178,7 @@ typedef enum { UART_FLAG_WAKEUP = 0x2, /**< wake from sleep on receive */ } uart_flag_t; +#ifndef DOXYGEN /** * @brief Available SERCOM UART data size selections * @@ -193,6 +194,7 @@ typedef enum { UART_DATA_BITS_8 = 0x0, /**< 8 data bits */ } uart_data_bits_t; /** @} */ +#endif /* ndef DOXYGEN */ /** * @brief UART device configuration