Skip to content

Commit 3e59253

Browse files
committed
stmhal: For flash storage use same params for F407 as F405.
1 parent 90e6d0c commit 3e59253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stmhal/storage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "flash.h"
3535
#include "storage.h"
3636

37-
#if defined(STM32F405xx)
37+
#if defined(STM32F405xx) || defined(STM32F407xx)
3838

3939
#define CACHE_MEM_START_ADDR (0x10000000) // CCM data RAM, 64k
4040
#define FLASH_PART1_START_BLOCK (0x100)

0 commit comments

Comments
 (0)