Small fix to STM32F4xx EFL driver.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16213 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2023-04-11 08:23:33 +00:00
parent 1e72c399b3
commit ccdceba6a7
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
*/ */
#define STM32_FLASH_NUMBER_OF_BANKS 1 #define STM32_FLASH_NUMBER_OF_BANKS 1
#define STM32_FLASH1_SIZE 128U #define STM32_FLASH1_SIZE 128U
#define STM32_FLASH2_SIZE 512U #define STM32_FLASH2_SIZE 256U
#define STM32_FLASH3_SIZE 384U #define STM32_FLASH3_SIZE 384U
#define STM32_FLASH4_SIZE 512U #define STM32_FLASH4_SIZE 512U
#define STM32_FLASH1_SECTORS_TOTAL 5 #define STM32_FLASH1_SECTORS_TOTAL 5