aboutsummaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 23:14:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 23:14:43 +0000
commit0c04ea0089234ae3c0cc3d939f27df4bae0f7553 (patch)
tree8b2ab04f54b1d0a6eb83abb6de034c94db79ae4d /nuttx/net
parent08d0c58e892e466e0688cfc4c7da1294bbef3b6b (diff)
downloadpx4-firmware-0c04ea0089234ae3c0cc3d939f27df4bae0f7553.tar.gz
px4-firmware-0c04ea0089234ae3c0cc3d939f27df4bae0f7553.tar.bz2
px4-firmware-0c04ea0089234ae3c0cc3d939f27df4bae0f7553.zip
Add logic to support the FSMC SRAM in the NuttX heap
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4433 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/uip/uip_tcpinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/uip/uip_tcpinput.c b/nuttx/net/uip/uip_tcpinput.c
index 593f55b55..a8e8032e9 100644
--- a/nuttx/net/uip/uip_tcpinput.c
+++ b/nuttx/net/uip/uip_tcpinput.c
@@ -184,7 +184,7 @@ void uip_tcpinput(struct uip_driver_s *dev)
conn->crefs = 1;
if (uip_accept(dev, conn, tmp16) != OK)
{
- /* No, then we have to give the connection back */
+ /* No, then we have to give the connection back and drop the packet */
conn->crefs = 0;
uip_tcpfree(conn);