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