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:
parent
1e72c399b3
commit
ccdceba6a7
|
@ -81,7 +81,7 @@
|
|||
*/
|
||||
#define STM32_FLASH_NUMBER_OF_BANKS 1
|
||||
#define STM32_FLASH1_SIZE 128U
|
||||
#define STM32_FLASH2_SIZE 512U
|
||||
#define STM32_FLASH2_SIZE 256U
|
||||
#define STM32_FLASH3_SIZE 384U
|
||||
#define STM32_FLASH4_SIZE 512U
|
||||
#define STM32_FLASH1_SECTORS_TOTAL 5
|
||||
|
|
Loading…
Reference in New Issue