summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-30 18:11:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-30 18:11:17 -0600
commitc10a6f9414be8cf967d5486608779c28eecc27f8 (patch)
tree2d081b94ff3be4bcdf03cc29a213f6d641332919 /nuttx/arch/hc
parent0f8b483113c00b00abddf8e46c80f0dfab6d1a80 (diff)
downloadnuttx-c10a6f9414be8cf967d5486608779c28eecc27f8.tar.gz
nuttx-c10a6f9414be8cf967d5486608779c28eecc27f8.tar.bz2
nuttx-c10a6f9414be8cf967d5486608779c28eecc27f8.zip
Rename uip_input to devif_input
Diffstat (limited to 'nuttx/arch/hc')
-rw-r--r--nuttx/arch/hc/src/m9s12/m9s12_ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/hc/src/m9s12/m9s12_ethernet.c b/nuttx/arch/hc/src/m9s12/m9s12_ethernet.c
index 6d572503b..9b759e74a 100644
--- a/nuttx/arch/hc/src/m9s12/m9s12_ethernet.c
+++ b/nuttx/arch/hc/src/m9s12/m9s12_ethernet.c
@@ -265,7 +265,7 @@ static void emac_receive(FAR struct emac_driver_s *priv)
#endif
{
arp_ipin(&priv->d_dev);
- uip_input(&priv->d_dev);
+ devif_input(&priv->d_dev);
/* If the above function invocation resulted in data that should be
* sent out on the network, the field d_len will set to a value > 0.