From 1964fd72f2bc16f51cfcc7d96ceffeba09b16531 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 25 Jun 2019 13:41:08 +0000 Subject: [PATCH] doc: stm32f3: adc: register base addresses had landed outside a group --- include/libopencm3/stm32/f3/adc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/libopencm3/stm32/f3/adc.h b/include/libopencm3/stm32/f3/adc.h index 0e8ef4e1..041562f4 100644 --- a/include/libopencm3/stm32/f3/adc.h +++ b/include/libopencm3/stm32/f3/adc.h @@ -37,6 +37,8 @@ #include #include +/**@{*/ + /** @defgroup adc_reg_base ADC register base addresses @ingroup STM32xx_adc_defines @{*/ @@ -551,5 +553,6 @@ bool adc_awd(uint32_t adc); END_DECLS +/**@}*/ #endif