Skip to content

Commit

Permalink
cpu/esp8266: fix doxygen unbalanced grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cabaj committed Apr 11, 2024
1 parent f648886 commit 569b4b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpu/esp8266/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ typedef enum {
} gpio_flank_t;
/** @} */
#endif /* ndef DOXYGEN */
/** @} */

/**
* @name Predefined GPIO names
Expand All @@ -116,6 +115,9 @@ typedef enum {
#define GPIO16 (GPIO_PIN(PORT_GPIO,16))
/** @} */

/** @} */


/**
* @name I2C configuration
*
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 569b4b5

Please sign in to comment.