summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-09 23:48:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-09 23:48:31 +0000
commitcfb41fb64f57f0c6864254c6048f8d2967b6f60c (patch)
treefbe8cee3c3b95034c44b7a268f9358e36172b7ad /nuttx/net/uip
parent029001d3f18801589c585b190fdc9655bec8e545 (diff)
downloadpx4-nuttx-cfb41fb64f57f0c6864254c6048f8d2967b6f60c.tar.gz
px4-nuttx-cfb41fb64f57f0c6864254c6048f8d2967b6f60c.tar.bz2
px4-nuttx-cfb41fb64f57f0c6864254c6048f8d2967b6f60c.zip
Remove unused flag bit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@341 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/uip')
-rw-r--r--nuttx/net/uip/uip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/uip/uip.c b/nuttx/net/uip/uip.c
index b607fecf7..bf4d94733 100644
--- a/nuttx/net/uip/uip.c
+++ b/nuttx/net/uip/uip.c
@@ -175,7 +175,7 @@ uint16 uip_urglen, uip_surglen;
uint16 uip_len, uip_slen; /* The uip_len is either 8 or 16 bits, depending
* on the maximum packet size. */
-uint16 uip_flags; /* The uip_flags variable is used for communication
+uint8 uip_flags; /* The uip_flags variable is used for communication
* between the TCP/IP stack and the application
* program. */
struct uip_conn *uip_conn; /* uip_conn always points to the current connection. */