aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h')
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h b/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h
index 289d4a150..273b7cb71 100644
--- a/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h
+++ b/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h
@@ -86,6 +86,13 @@ 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