aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/l1/pwr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/stm32/l1/pwr.h')
-rw-r--r--include/libopencm3/stm32/l1/pwr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/l1/pwr.h b/include/libopencm3/stm32/l1/pwr.h
index e976d46..4c69ffe 100644
--- a/include/libopencm3/stm32/l1/pwr.h
+++ b/include/libopencm3/stm32/l1/pwr.h
@@ -54,7 +54,7 @@ LGPL License Terms @ref lgpl_license
/* VOS[12:11]: Regulator voltage scaling output selection */
#define PWR_CR_VOS_LSB 11
/** @defgroup pwr_vos Voltage Scaling Output level selection
-@ingroup STM32F_pwr_defines
+@ingroup pwr_defines
@{*/
#define PWR_CR_VOS_RANGE1 (0x1 << PWR_CR_VOS_LSB)