Skip to content

Commit 65e2c46

Browse files
committed
mimxrt: Fix MIMXRT1060 sectors_info
1 parent 6ceb627 commit 65e2c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/family/nxp/mimxrt1060_spi_flash/flash_blob.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ static const uint32_t flash_size = 0x00800000;
122122
* at address flash_start + flash_size.
123123
*/
124124
static const sector_info_t sectors_info[] = {
125-
0x60000000, 0x00010000,
125+
{0x60000000, 0x00010000},
126126
};
127127

128128
static const program_target_t flash = {

0 commit comments

Comments
 (0)