From 2eae1952f73c32b0e62596203074fc3528ecb4a5 Mon Sep 17 00:00:00 2001 From: Sebastian Meiling Date: Tue, 28 Jan 2020 15:44:29 +0100 Subject: [PATCH] doc: fix doxygen groups for atmega cpus --- cpu/atmega128rfa1/include/periph_cpu.h | 1 + cpu/atmega256rfr2/include/periph_cpu.h | 1 + cpu/atmega_common/include/periph_cpu_common.h | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpu/atmega128rfa1/include/periph_cpu.h b/cpu/atmega128rfa1/include/periph_cpu.h index 9a85bb0293..9cfa5ae6c0 100644 --- a/cpu/atmega128rfa1/include/periph_cpu.h +++ b/cpu/atmega128rfa1/include/periph_cpu.h @@ -38,6 +38,7 @@ enum { PORT_F = 5, /**< port F */ PORT_G = 6, /**< port G */ }; +/** @} */ /** * @brief Available external interrupt pins on the ATmega128rfa1 MCU diff --git a/cpu/atmega256rfr2/include/periph_cpu.h b/cpu/atmega256rfr2/include/periph_cpu.h index a675d2af46..49d1305e34 100644 --- a/cpu/atmega256rfr2/include/periph_cpu.h +++ b/cpu/atmega256rfr2/include/periph_cpu.h @@ -38,6 +38,7 @@ enum { PORT_F = 5, /**< port F */ PORT_G = 6, /**< port G */ }; +/** @} */ /** * @brief Available external interrupt pins on the ATmega256rfr family diff --git a/cpu/atmega_common/include/periph_cpu_common.h b/cpu/atmega_common/include/periph_cpu_common.h index 25562e1582..ee408195f9 100644 --- a/cpu/atmega_common/include/periph_cpu_common.h +++ b/cpu/atmega_common/include/periph_cpu_common.h @@ -174,7 +174,6 @@ typedef struct { * @brief WDT can be stopped on AVR */ #define WDT_HAS_STOP (1) -/** @} */ /** * @name RTT configuration