aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-26 08:25:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-26 08:25:27 +0000
commitd1cad4edb86a9a4bd70bb9eb232c21f9540bbb0d (patch)
tree593182dbbe2a1d616ef103a694e8f118185243fb /demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h
parent49254d5eb3163415e19b6ef85b1be1205a9dd465 (diff)
downloadChibiOS-d1cad4edb86a9a4bd70bb9eb232c21f9540bbb0d.tar.gz
ChibiOS-d1cad4edb86a9a4bd70bb9eb232c21f9540bbb0d.tar.bz2
ChibiOS-d1cad4edb86a9a4bd70bb9eb232c21f9540bbb0d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@306 35acf78f-673a-0410-8e92-d51de3d6d3f4
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