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:
parent
480e22be66
commit
35d1a2fc02
@ -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.
|
||||
|
||||
*/
|
||||
|
@ -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 */
|
||||
/**@}*/
|
||||
/** @} */
|
||||
|
@ -70,3 +70,4 @@ static const can_conf_t candev_conf[] = {
|
||||
#endif
|
||||
|
||||
#endif /* CAN_PARAMS_H */
|
||||
/** @} */
|
||||
|
@ -188,3 +188,4 @@ extern "C" {
|
||||
|
||||
#endif /* DOXYGEN */
|
||||
#endif /* SDK_CONF_H */
|
||||
/** @} */
|
||||
|
@ -84,3 +84,4 @@ extern "C" {
|
||||
|
||||
#endif /* DOXYGEN */
|
||||
#endif /* SDK_CONF_H */
|
||||
/** @} */
|
||||
|
@ -131,3 +131,4 @@ extern "C" {
|
||||
#endif /* DOXYGEN */
|
||||
|
||||
#endif /* ESP_COMMON_H */
|
||||
/** @} */
|
||||
|
@ -137,3 +137,4 @@ extern int ets_printf(const char *fmt, ...);
|
||||
#endif /* DOXYGEN */
|
||||
|
||||
#endif /* ESP_COMMON_LOG_H */
|
||||
/** @} */
|
||||
|
@ -333,3 +333,4 @@ typedef long suseconds_t;
|
||||
|
||||
#endif /* DOXYGEN */
|
||||
#endif /* SYS_TYPES_H */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user