Skip to content
Snippets Groups Projects
Commit c2b1e91c authored by patacongo's avatar patacongo
Browse files

cosmetic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2035 42af7a65-404d-4744-a932-0658087f49c3
parent 1b8d8c71
No related branches found
No related tags found
No related merge requests found
......@@ -597,7 +597,7 @@ static int lm3s_uiptxpoll(struct uip_driver_s *dev)
DEBUGASSERT((lm3s_ethin(priv, LM3S_MAC_TR_OFFSET) & MAC_TR_NEWTX) == 0)
uip_arp_out(&priv->ld_dev);
ret =lm3s_transmit(priv);
ret = lm3s_transmit(priv);
}
/* If zero is returned, the polling will continue until all connections have
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment