mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Rename ip_eth_hdr to eth_hdr_s
This commit is contained in:
@@ -186,7 +186,7 @@
|
||||
|
||||
/* This is a helper pointer for accessing the contents of the Ethernet header */
|
||||
|
||||
#define BUF ((struct uip_eth_hdr *)priv->dev.d_buf)
|
||||
#define BUF ((struct eth_hdr_s *)priv->dev.d_buf)
|
||||
|
||||
/* Debug ********************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user