mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2035 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user