mirror of https://github.com/ARMmbed/mbed-os.git
removed warning: unused variable 'ethhdr' [-Wunused-variable]
parent
5fb0d56d76
commit
c9313005fb
|
@ -402,7 +402,6 @@ static struct pbuf *lpc_low_level_input(struct netif *netif)
|
||||||
*/
|
*/
|
||||||
void lpc_enetif_input(struct netif *netif)
|
void lpc_enetif_input(struct netif *netif)
|
||||||
{
|
{
|
||||||
struct eth_hdr *ethhdr;
|
|
||||||
struct pbuf *p;
|
struct pbuf *p;
|
||||||
|
|
||||||
/* move received packet into a new pbuf */
|
/* move received packet into a new pbuf */
|
||||||
|
|
Loading…
Reference in New Issue