stm32/flash: Increase H7 flash size to full 2MiB.

This commit is contained in:
Damien George 2018-05-30 09:54:51 +10:00
parent 958fa74521
commit a1acbad27a
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ static const flash_layout_t flash_layout[] = {
#elif defined(STM32H7)
static const flash_layout_t flash_layout[] = {
{ 0x08000000, 0x20000, 8 },
{ 0x08000000, 0x20000, 16 },
};
#else