From b8bdc87d2d552dfe9751a24d4ebcc320742bc273 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 2 Feb 2023 23:15:54 +0000 Subject: [PATCH] trivial: stm32f0:crc fix typo in doxygen Signed-off-by: Karl Palsson --- include/libopencm3/stm32/f0/crc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopencm3/stm32/f0/crc.h b/include/libopencm3/stm32/f0/crc.h index fb8ff8f2..0f9047ef 100644 --- a/include/libopencm3/stm32/f0/crc.h +++ b/include/libopencm3/stm32/f0/crc.h @@ -1,6 +1,6 @@ /** @defgroup crc_defines CRC Defines * - * @brief libopencm3 Defined Constants and Types for the STM32F1xx CRC + * @brief Defined Constants and Types for the STM32Fxx CRC * Generator * * @ingroup STM32F0xx_defines