Skip to content

Commit acf18ac

Browse files
authored
removed warning: unused variable 'ethhdr' [-Wunused-variable]
1 parent f2a648d commit acf18ac

File tree

1 file changed

+0
-1
lines changed
  • features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_NXP

1 file changed

+0
-1
lines changed

features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_NXP/lpc17_emac.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ static struct pbuf *lpc_low_level_input(struct netif *netif)
402402
*/
403403
void lpc_enetif_input(struct netif *netif)
404404
{
405-
struct eth_hdr *ethhdr;
406405
struct pbuf *p;
407406

408407
/* move received packet into a new pbuf */

0 commit comments

Comments
 (0)