We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958fa74 commit a1acbadCopy full SHA for a1acbad
1 file changed
ports/stm32/flash.c
@@ -77,7 +77,7 @@ static const flash_layout_t flash_layout[] = {
77
#elif defined(STM32H7)
78
79
static const flash_layout_t flash_layout[] = {
80
- { 0x08000000, 0x20000, 8 },
+ { 0x08000000, 0x20000, 16 },
81
};
82
83
#else
0 commit comments