Fix Flash size (512KB) for STM32F103ZE (#21590)

This commit is contained in:
pinchies 2021-04-13 12:14:34 +10:00 committed by Scott Lahteine
parent 8384582116
commit c96340980a

View File

@ -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