delta param

Dependents:   EthernetInterface

Fork of lwip by mbed official

Revision:
16:092c37b63ee8
Parent:
14:3d3ad63396b2
Child:
19:841ad45e9100
--- a/lwipopts.h	Thu Mar 20 15:45:43 2014 +0000
+++ b/lwipopts.h	Thu Apr 24 10:45:42 2014 +0100
@@ -48,12 +48,6 @@
 // 32-bit alignment
 #define MEM_ALIGNMENT               4
 
-#if defined(TARGET_LPC4088)
-#define MEM_SIZE                    15360
-#else
-#define MEM_SIZE                    16362
-#endif
-
 #define PBUF_POOL_SIZE              5
 #define MEMP_NUM_TCP_PCB_LISTEN     4
 #define MEMP_NUM_TCP_PCB            4