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 3d24167 commit c22b9d4Copy full SHA for c22b9d4
tools/sdk/ld/eagle.flash.2m.ld
@@ -14,7 +14,6 @@ MEMORY
14
irom0_0_seg : org = 0x40201010, len = 0xfeff0
15
}
16
17
-
18
PROVIDE ( _FS_start = 0x403FB000 );
19
PROVIDE ( _FS_end = 0x403FB000 );
20
PROVIDE ( _FS_page = 0x0 );
tools/sdk/ld/eagle.flash.4m.ld
PROVIDE ( _FS_start = 0x405FB000 );
PROVIDE ( _FS_end = 0x405FB000 );
0 commit comments