kconfig: fix stm32f072 flash size

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-04-14 09:15:32 -04:00
parent 3a29a4d0da
commit 0f1bd588a8
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A

View File

@ -179,7 +179,7 @@ endchoice
config FLASH_PAGE_SIZE
hex
default 0x400 if MACH_STM32F042
default 0x800 if MACH_STM32F070
default 0x800 if MACH_STM32F072
default 0x400 if MACH_STM32F103 && STM32F1_PAGE_SIZE_400
default 0x800 if MACH_STM32F103 && STM32F1_PAGE_SIZE_800
default 0x400