Skip to content

Commit 41fe7ed

Browse files
authored
Merge pull request #10496 from andrewc-arm/patch-1
Allow application to override LWIP_RAW
2 parents bab78c6 + 058f074 commit 41fe7ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/lwipstack/lwipopts.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383

8484
#define SYS_LIGHTWEIGHT_PROT 1
8585

86+
#ifndef LWIP_RAW
8687
#define LWIP_RAW 0
88+
#endif
8789

8890
#define TCPIP_MBOX_SIZE 8
8991
#define DEFAULT_TCP_RECVMBOX_SIZE 8

0 commit comments

Comments
 (0)