From 66e2cc3ea83cb7c181284697de0c1a581413b05b Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 2 Feb 2023 23:17:18 +0000 Subject: [PATCH] doc: stm32f0: flash: more variants than F05x these days. Don't be so restrictive with the names. Use the standard F0xx style. Signed-off-by: Karl Palsson --- lib/stm32/f0/flash.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/stm32/f0/flash.c b/lib/stm32/f0/flash.c index d594a5e6..ad12486c 100644 --- a/lib/stm32/f0/flash.c +++ b/lib/stm32/f0/flash.c @@ -2,7 +2,7 @@ * * @ingroup peripheral_apis * - * @brief libopencm3 STM32F05x FLASH + * @brief libopencm3 STM32F0xx FLASH * * @version 1.0.0 * @@ -11,8 +11,8 @@ * * @date 14 January 2014 * - * For the STM32F05x, accessing FLASH memory is described in - * section 3 of the STM32F05x Reference Manual. + * For the STM32F0xx, accessing FLASH memory is described in + * section 3 of the STM32F0xx Reference Manual. * * FLASH memory may be used for data storage as well as code, and may be * programmatically modified. Note that for firmware upload the STM32F1xx