mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20567 from krzysztof-cabaj/esp8266-DOC
cpu/esp8266: fix doxygen unbalanced grouping
This commit is contained in:
commit
03914582ea
@ -91,29 +91,30 @@ typedef enum {
|
||||
} gpio_flank_t;
|
||||
/** @} */
|
||||
#endif /* ndef DOXYGEN */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name Predefined GPIO names
|
||||
* @{
|
||||
*/
|
||||
#define GPIO0 (GPIO_PIN(PORT_GPIO,0))
|
||||
#define GPIO1 (GPIO_PIN(PORT_GPIO,1))
|
||||
#define GPIO2 (GPIO_PIN(PORT_GPIO,2))
|
||||
#define GPIO3 (GPIO_PIN(PORT_GPIO,3))
|
||||
#define GPIO4 (GPIO_PIN(PORT_GPIO,4))
|
||||
#define GPIO5 (GPIO_PIN(PORT_GPIO,5))
|
||||
#define GPIO6 (GPIO_PIN(PORT_GPIO,6))
|
||||
#define GPIO7 (GPIO_PIN(PORT_GPIO,7))
|
||||
#define GPIO8 (GPIO_PIN(PORT_GPIO,8))
|
||||
#define GPIO9 (GPIO_PIN(PORT_GPIO,9))
|
||||
#define GPIO10 (GPIO_PIN(PORT_GPIO,10))
|
||||
#define GPIO11 (GPIO_PIN(PORT_GPIO,11))
|
||||
#define GPIO12 (GPIO_PIN(PORT_GPIO,12))
|
||||
#define GPIO13 (GPIO_PIN(PORT_GPIO,13))
|
||||
#define GPIO14 (GPIO_PIN(PORT_GPIO,14))
|
||||
#define GPIO15 (GPIO_PIN(PORT_GPIO,15))
|
||||
#define GPIO16 (GPIO_PIN(PORT_GPIO,16))
|
||||
#define GPIO0 (GPIO_PIN(PORT_GPIO, 0))
|
||||
#define GPIO1 (GPIO_PIN(PORT_GPIO, 1))
|
||||
#define GPIO2 (GPIO_PIN(PORT_GPIO, 2))
|
||||
#define GPIO3 (GPIO_PIN(PORT_GPIO, 3))
|
||||
#define GPIO4 (GPIO_PIN(PORT_GPIO, 4))
|
||||
#define GPIO5 (GPIO_PIN(PORT_GPIO, 5))
|
||||
#define GPIO6 (GPIO_PIN(PORT_GPIO, 6))
|
||||
#define GPIO7 (GPIO_PIN(PORT_GPIO, 7))
|
||||
#define GPIO8 (GPIO_PIN(PORT_GPIO, 8))
|
||||
#define GPIO9 (GPIO_PIN(PORT_GPIO, 9))
|
||||
#define GPIO10 (GPIO_PIN(PORT_GPIO, 10))
|
||||
#define GPIO11 (GPIO_PIN(PORT_GPIO, 11))
|
||||
#define GPIO12 (GPIO_PIN(PORT_GPIO, 12))
|
||||
#define GPIO13 (GPIO_PIN(PORT_GPIO, 13))
|
||||
#define GPIO14 (GPIO_PIN(PORT_GPIO, 14))
|
||||
#define GPIO15 (GPIO_PIN(PORT_GPIO, 15))
|
||||
#define GPIO16 (GPIO_PIN(PORT_GPIO, 16))
|
||||
/** @} */
|
||||
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
@ -299,6 +300,8 @@ typedef struct {
|
||||
#define PERIPH_SPI_NEEDS_TRANSFER_REGS /**< requires function spi_transfer_regs */
|
||||
/** @} */
|
||||
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Prevent shared timer functions from being used
|
||||
*/
|
||||
|
1
dist/tools/doccheck/exclude_simple
vendored
1
dist/tools/doccheck/exclude_simple
vendored
@ -1,4 +1,3 @@
|
||||
warning: end of file with unbalanced grouping commands
|
||||
warning: explicit link request to 'esp32_application_specific_board_configuration' could not be resolved
|
||||
warning: explicit link request to 'esp32_application_specific_configurations' could not be resolved
|
||||
warning: explicit link request to 'esp32_heltec_lora32_v2_optional_hardware' could not be resolved
|
||||
|
Loading…
Reference in New Issue
Block a user