wip

Dependents:   EthernetInterface_vz

Fork of lwip by VZTECH

Revision:
16:092c37b63ee8
Parent:
0:51ac1d130fd4
--- a/include/lwip/mem.h	Thu Mar 20 15:45:43 2014 +0000
+++ b/include/lwip/mem.h	Thu Apr 24 10:45:42 2014 +0100
@@ -115,6 +115,7 @@
 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_ALIGNMENT-1)))
 #endif
 
+
 #ifdef __cplusplus
 }
 #endif