Fix Flash size (512KB) for STM32F103ZE (#21590)
This commit is contained in:
parent
8384582116
commit
c96340980a
@ -53,7 +53,7 @@
|
||||
// ------------------------
|
||||
|
||||
#ifndef STM32_FLASH_SIZE
|
||||
#if EITHER(MCU_STM32F103RE, MCU_STM32F103VE)
|
||||
#if ANY(MCU_STM32F103RE, MCU_STM32F103VE, MCU_STM32F103ZE)
|
||||
#define STM32_FLASH_SIZE 512
|
||||
#else
|
||||
#define STM32_FLASH_SIZE 256
|
||||
|
Loading…
Reference in New Issue
Block a user