Skip to content

Commit 564fcfc

Browse files
Changed memory alignemnt according to renesas specifications
1 parent ec5ea83 commit 564fcfc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

extras/net/lwipopts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
* 2 byte alignment -> #define MEM_ALIGNMENT 2
130130
*/
131131
#ifndef MEM_ALIGNMENT
132-
#define MEM_ALIGNMENT 4
132+
#define MEM_ALIGNMENT 32
133133
#endif
134134

135135
/**
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)