diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-27 09:30:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-27 09:30:20 +0000 |
commit | d8e1d5a103aa5cd43e4d7e2437448327aa06ff08 (patch) | |
tree | 155d45d623093cdd96cd104b6fe25eb69f6981a0 /demos/ARM7-AT91SAM7X-WEB-GCC/web/uip-conf.h | |
parent | e13185058d7fdb390de10325a21730ab3b0d3ded (diff) | |
download | ChibiOS-d8e1d5a103aa5cd43e4d7e2437448327aa06ff08.tar.gz ChibiOS-d8e1d5a103aa5cd43e4d7e2437448327aa06ff08.tar.bz2 ChibiOS-d8e1d5a103aa5cd43e4d7e2437448327aa06ff08.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@310 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.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
|