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_F = 5, /**< port F */
PORT_G = 6, /**< port G */ PORT_G = 6, /**< port G */
}; };
/** @} */
/** /**
* @brief Available external interrupt pins on the ATmega128rfa1 MCU * @brief Available external interrupt pins on the ATmega128rfa1 MCU

View File

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

View File

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