lwip operating system abstraction layer implementation based on CMSIS-RTOS

Dependents:   LwIPNetworking NetServicesMin EthernetInterface EthernetInterface_RSF ... more

Revision:
9:d7ad3f3ee934
Parent:
8:742ae4a0ca3f
Child:
10:09b0951b1899
--- a/arch/cc.h	Fri Mar 01 15:31:22 2013 +0000
+++ b/arch/cc.h	Mon Aug 19 18:38:06 2013 +0300
@@ -80,7 +80,6 @@
     #define PACK_STRUCT_END
     #define PACK_STRUCT_FIELD(fld) fld
     #define ALIGNED(n)  __attribute__((aligned (n)))
-    #define ALIGNED(n)  __align(n)
 #endif 
 
 /* Used with IP headers only */