Skip to content
Snippets Groups Projects
Commit 3afaa560 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Missing one change in the last commit

parent 50441eb9
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ uint16_t uip_tcpcallback(struct uip_driver_s *dev, struct uip_conn *conn,
{
/* Data was not handled.. dispose of it appropriately */
flags = uip_dataevent(dev, conn, ret);
flags = uip_dataevent(dev, conn, flags);
}
/* Check if there is a connection-related event and a connection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment