We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15cb79 commit 9c2c1dcCopy full SHA for 9c2c1dc
source/family/st/stm32f407ve/flash_blob.c
@@ -53,10 +53,10 @@ static const uint32_t flash_size = 0x00080000;
53
* The last pair in the list will have sectors starting at that address and ending
54
* at address flash_start + flash_size.
55
*/
56
-static const uint32_t sectors_info[] = {
57
- 0x08000000, 0x00004000,
58
- 0x08010000, 0x00010000,
59
- 0x08020000, 0x00020000,
+static const sector_info_t sectors_info[] = {
+ { 0x08000000, 0x00004000 },
+ { 0x08010000, 0x00010000 },
+ { 0x08020000, 0x00020000 },
60
};
61
62
static const program_target_t flash = {
0 commit comments