Skip to content

Commit 058f074

Browse files
authored
Allow application to override LWIP_RAW
1 parent f28b82b commit 058f074

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)