From b5ff2ce29bb276fbf8423bbd4026c880cf5fd72e Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 14 Apr 2022 17:22:51 -0400 Subject: [PATCH] kconfig: fix page size description Signed-off-by: Eric Callahan --- src/stm32/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index 6f7bfff..184bb01 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -171,9 +171,9 @@ choice depends on MACH_STM32F103 prompt "Flash Page Size" config STM32F1_PAGE_SIZE_400 - bool "Low Density (1024 KiB Page Size)" + bool "Low/Medium Density (1024 KiB Page Size)" config STM32F1_PAGE_SIZE_800 - bool "Medium Density (2048 KiB Page Size)" + bool "High Density (2048 KiB Page Size)" endchoice config FLASH_PAGE_SIZE