mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
kconfig: fix stm32f072 flash size
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
3a29a4d0da
commit
0f1bd588a8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user