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.
2 parents 7e0d066 + f7cf4f6 commit 49470f9Copy full SHA for 49470f9
mongoose.h
@@ -3206,12 +3206,8 @@ struct mg_tcpip_spi {
3206
#endif // 64BYTE_ALIGNED
3207
3208
#ifndef MG_ETH_RAM
3209
-#if defined(__GNUC__)
3210
-#define MG_ETH_RAM __attribute__((section(".eth_ram")))
3211
-#else
3212
#define MG_ETH_RAM
3213
-#endif // compiler
3214
-#endif // ETH_RAM
+#endif
3215
3216
#endif
3217
src/net_builtin.h
@@ -142,11 +142,7 @@ struct mg_tcpip_spi {
142
143
144
145
146
147
148
149
150
151
152
0 commit comments