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

boards/common/esp32x: fix doxygen group

This commit is contained in:
Gunar Schorcht 2023-11-09 16:46:09 +01:00
parent 2b9e82851b
commit 03e2537be5

View File

@ -8,9 +8,10 @@
/**
* @defgroup boards_common_esp32x ESP32x Common
* @ingroup boards_common
* @brief Definitions and configurations that are common for
* all ESP32 boards.
* all ESP32x boards.
*
* For detailed information about the ESP32, configuring and compiling RIOT
* for ESP32 boards, please refer \ref esp32_riot.
* For detailed information about ESP32x SoCs, configuring and compiling RIOT
* for ESP32x boards, please refer \ref esp32_riot.
*/