Skip to content

Commit

Permalink
Fix Flash size (512KB) for STM32F103ZE (MarlinFirmware#21590)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinchies committed Apr 13, 2021
1 parent 5fb3ee6 commit 41eb581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/STM32F1/HAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41eb581

Please sign in to comment.