Skip to content

Commit 0c597a4

Browse files
committed
lwIpWrapper: rebuild lwip library to enable LWIP_RAW
1 parent 926389a commit 0c597a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: extras/net/lwipopts.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
* (requires the LWIP_RAW option)
278278
*/
279279
#ifndef MEMP_NUM_RAW_PCB
280-
#define MEMP_NUM_RAW_PCB 0
280+
#define MEMP_NUM_RAW_PCB 1
281281
#endif
282282

283283
/**
@@ -642,7 +642,7 @@
642642
* LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
643643
*/
644644
#ifndef LWIP_RAW
645-
#define LWIP_RAW 0
645+
#define LWIP_RAW 1
646646
#endif
647647

648648
/*

Diff for: libraries/lwIpWrapper/src/cortex-m33/liblwIP.a

-3.38 KB
Binary file not shown.

Diff for: libraries/lwIpWrapper/src/lwipopts.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
* (requires the LWIP_RAW option)
274274
*/
275275
#ifndef MEMP_NUM_RAW_PCB
276-
#define MEMP_NUM_RAW_PCB 0
276+
#define MEMP_NUM_RAW_PCB 1
277277
#endif
278278

279279
/**
@@ -633,7 +633,7 @@
633633
* LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
634634
*/
635635
#ifndef LWIP_RAW
636-
#define LWIP_RAW 0
636+
#define LWIP_RAW 1
637637
#endif
638638

639639
/*

0 commit comments

Comments
 (0)