stmhal: For flash storage use same params for F407 as F405.

This commit is contained in:
Damien George 2015-04-18 22:08:16 +01:00
parent 90e6d0c2ac
commit 3e592531eb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#include "flash.h"
#include "storage.h"
#if defined(STM32F405xx)
#if defined(STM32F405xx) || defined(STM32F407xx)
#define CACHE_MEM_START_ADDR (0x10000000) // CCM data RAM, 64k
#define FLASH_PART1_START_BLOCK (0x100)