summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-25 09:57:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-25 09:57:52 -0600
commitf1994c5a179ba323f3dc29de7bc4cbaadeb4a831 (patch)
tree75b8e166dc08ad3db0a271b10a61e321dba37357 /nuttx/arch/arm/src/lpc17xx
parentc9165c6ab64da11033ddcb60e6dcbd72908be0bd (diff)
downloadpx4-nuttx-f1994c5a179ba323f3dc29de7bc4cbaadeb4a831.tar.gz
px4-nuttx-f1994c5a179ba323f3dc29de7bc4cbaadeb4a831.tar.bz2
px4-nuttx-f1994c5a179ba323f3dc29de7bc4cbaadeb4a831.zip
Rename ip_eth_hdr to eth_hdr_s
Diffstat (limited to 'nuttx/arch/arm/src/lpc17xx')
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c b/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c
index 31f326995..f52ba6572 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c
@@ -152,7 +152,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
-#define BUF ((struct uip_eth_hdr *)priv->lp_dev.d_buf)
+#define BUF ((struct eth_hdr_s *)priv->lp_dev.d_buf)
/* This is the number of ethernet GPIO pins that must be configured */