1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

cpu/esp*: fix doxygen grouping warnings

Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2021-09-05 20:40:39 +02:00
parent 480e22be66
commit 35d1a2fc02
8 changed files with 9 additions and 1 deletions

View File

@ -1538,4 +1538,5 @@ To start debugging, you have to connect to QEMU with command:
@note
QEMU for Xtensa ESP32 does not support interrupts. That is, once your application uses interrupts, e.g., timers, the application cannot be debugged using QEMU together with GDB.
*/

View File

@ -34,6 +34,7 @@
/** The priority of the ESP-ETH netdev driver thread */
#define ESP_ETH_PRIO GNRC_NETIF_PRIO
#endif
/** @} */
#ifdef __cplusplus
extern "C" {
@ -46,4 +47,4 @@ extern "C" {
#endif /* MODULE_ESP_ETH || DOXYGEN */
#endif /* ESP_ETH_PARAMS_H */
/**@}*/
/** @} */

View File

@ -70,3 +70,4 @@ static const can_conf_t candev_conf[] = {
#endif
#endif /* CAN_PARAMS_H */
/** @} */

View File

@ -188,3 +188,4 @@ extern "C" {
#endif /* DOXYGEN */
#endif /* SDK_CONF_H */
/** @} */

View File

@ -84,3 +84,4 @@ extern "C" {
#endif /* DOXYGEN */
#endif /* SDK_CONF_H */
/** @} */

View File

@ -131,3 +131,4 @@ extern "C" {
#endif /* DOXYGEN */
#endif /* ESP_COMMON_H */
/** @} */

View File

@ -137,3 +137,4 @@ extern int ets_printf(const char *fmt, ...);
#endif /* DOXYGEN */
#endif /* ESP_COMMON_LOG_H */
/** @} */

View File

@ -333,3 +333,4 @@ typedef long suseconds_t;
#endif /* DOXYGEN */
#endif /* SYS_TYPES_H */
/** @} */