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 6ceb627 commit 65e2c46Copy full SHA for 65e2c46
source/family/nxp/mimxrt1060_spi_flash/flash_blob.c
@@ -122,7 +122,7 @@ static const uint32_t flash_size = 0x00800000;
122
* at address flash_start + flash_size.
123
*/
124
static const sector_info_t sectors_info[] = {
125
- 0x60000000, 0x00010000,
+ {0x60000000, 0x00010000},
126
};
127
128
static const program_target_t flash = {
0 commit comments