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

doc: fix doxygen groups for atmega cpus

This commit is contained in:
Sebastian Meiling 2020-01-28 15:44:29 +01:00
parent ac446f71da
commit 2eae1952f7
3 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ enum {
PORT_F = 5, /**< port F */
PORT_G = 6, /**< port G */
};
/** @} */
/**
* @brief Available external interrupt pins on the ATmega128rfa1 MCU

View File

@ -38,6 +38,7 @@ enum {
PORT_F = 5, /**< port F */
PORT_G = 6, /**< port G */
};
/** @} */
/**
* @brief Available external interrupt pins on the ATmega256rfr family

View File

@ -174,7 +174,6 @@ typedef struct {
* @brief WDT can be stopped on AVR
*/
#define WDT_HAS_STOP (1)
/** @} */
/**
* @name RTT configuration