From 867bd164eb70dfe838282933ea21ca6de786059f Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 11 Jun 2019 21:26:12 +0000 Subject: doc:stm32: usart: fix grouping and heirarchy of base addrs They were always landing on the top level, or not even present. --- include/libopencm3/stm32/common/usart_common_f124.h | 1 - include/libopencm3/stm32/common/usart_common_f24.h | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'include/libopencm3/stm32/common') diff --git a/include/libopencm3/stm32/common/usart_common_f124.h b/include/libopencm3/stm32/common/usart_common_f124.h index 41ce2999..cd5c7122 100644 --- a/include/libopencm3/stm32/common/usart_common_f124.h +++ b/include/libopencm3/stm32/common/usart_common_f124.h @@ -39,7 +39,6 @@ specific memorymap.h header before including this header file.*/ /** @defgroup usart_reg_base USART register base addresses - * @ingroup STM32F_usart_defines * Holds all the U(S)ART peripherals supported. * @{ */ diff --git a/include/libopencm3/stm32/common/usart_common_f24.h b/include/libopencm3/stm32/common/usart_common_f24.h index e8d9f7f0..9edb640b 100644 --- a/include/libopencm3/stm32/common/usart_common_f24.h +++ b/include/libopencm3/stm32/common/usart_common_f24.h @@ -38,9 +38,14 @@ specific memorymap.h header before including this header file.*/ /* --- Convenience macros -------------------------------------------------- */ +/** @addtogroup usart_reg_base USART register base addresses + * Holds all the U(S)ART peripherals supported. + * @{ + */ #define USART6 USART6_BASE #define UART7 UART7_BASE #define UART8 UART8_BASE +/**@}*/ /* --- USART registers ----------------------------------------------------- */ -- cgit v1.2.3