We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4502e13 commit d6d6fbfCopy full SHA for d6d6fbf
1 file changed
extmod/lwip-include/lwipopts_common.h
@@ -109,11 +109,6 @@
109
// Needed for PPP.
110
#define sys_jiffies sys_now
111
112
-// Place lwIP memory in a dedicated section to allow relocating it.
113
-// Note: alignment is enforced without adding trailing padding bytes.
114
-#define LWIP_DECLARE_MEMORY_ALIGNED(variable_name, size) \
115
- __attribute__((section(".lwip"), aligned(MEM_ALIGNMENT))) u8_t variable_name[size]
116
-
117
typedef uint32_t sys_prot_t;
118
119
#endif // MICROPY_INCLUDED_LWIPOPTS_COMMON_H
0 commit comments