We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff69a1d commit 259f134Copy full SHA for 259f134
1 file changed
esp8266/esp8266.ld
@@ -173,6 +173,7 @@ SECTIONS
173
.rodata : ALIGN(4)
174
{
175
_rodata_start = ABSOLUTE(.);
176
+ *(.sdk.version)
177
*(.rodata)
178
*(.rodata.*)
179
*(.gnu.linkonce.r.*)
0 commit comments