1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/esp8266: fix doxygen unbalanced grouping

This commit is contained in:
krzysztof-cabaj 2024-04-11 19:02:40 +02:00
parent f648886d87
commit 569b4b5294

View File

@ -91,7 +91,6 @@ typedef enum {
} gpio_flank_t;
/** @} */
#endif /* ndef DOXYGEN */
/** @} */
/**
* @name Predefined GPIO names
@ -116,6 +115,9 @@ typedef enum {
#define GPIO16 (GPIO_PIN(PORT_GPIO,16))
/** @} */
/** @} */
/**
* @name I2C configuration
*
@ -299,6 +301,8 @@ typedef struct {
#define PERIPH_SPI_NEEDS_TRANSFER_REGS /**< requires function spi_transfer_regs */
/** @} */
/** @} */
/**
* @brief Prevent shared timer functions from being used
*/