From ebd265ce42976e807e36d53ceb4fe7d90f6ba8a3 Mon Sep 17 00:00:00 2001 From: Guillaume Revaillot Date: Fri, 6 Sep 2019 18:01:35 +0200 Subject: [PATCH] stm32g0: rng: typo in header. --- include/libopencm3/stm32/g0/rng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopencm3/stm32/g0/rng.h b/include/libopencm3/stm32/g0/rng.h index 5df67dba..a7323e92 100644 --- a/include/libopencm3/stm32/g0/rng.h +++ b/include/libopencm3/stm32/g0/rng.h @@ -2,7 +2,7 @@ * * @ingroup STM32G0xx_defines * - * @brief Defined Constants and Types for the STM32G0xx EXTI Control + * @brief Defined Constants and Types for the STM32G0xx RNG Control * * @version 1.0.0 *