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

This commit is contained in:
pinchies 2021-04-13 12:14:34 +10:00 committed by GitHub
parent 5fb3ee6101
commit 41eb5813e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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