diff options
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h')
-rw-r--r-- | demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h b/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h index 273b7cb71..b6a17c970 100644 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h +++ b/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h @@ -57,6 +57,8 @@ #include <stdint.h>
+#include <cc-arch.h> /* patched */
+
/**
* 8 bit datatype
*
@@ -86,13 +88,6 @@ typedef uint16_t u16_t; typedef unsigned short uip_stats_t;
/**
- * Modifier for packed structures.
- *
- * \hideinitializer
- */
-#define UIP_CONF_PACKED __attribute__((packed))
-
-/**
* Maximum number of TCP connections.
*
* \hideinitializer
|