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:
parent
ac446f71da
commit
2eae1952f7
@ -38,6 +38,7 @@ enum {
|
||||
PORT_F = 5, /**< port F */
|
||||
PORT_G = 6, /**< port G */
|
||||
};
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Available external interrupt pins on the ATmega128rfa1 MCU
|
||||
|
@ -38,6 +38,7 @@ enum {
|
||||
PORT_F = 5, /**< port F */
|
||||
PORT_G = 6, /**< port G */
|
||||
};
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Available external interrupt pins on the ATmega256rfr family
|
||||
|
@ -174,7 +174,6 @@ typedef struct {
|
||||
* @brief WDT can be stopped on AVR
|
||||
*/
|
||||
#define WDT_HAS_STOP (1)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name RTT configuration
|
||||
|
Loading…
Reference in New Issue
Block a user