Skip to content

Commit 9a3122a

Browse files
authored
Merge pull request #4254 from 0x6d61726b/patch-3
Removed unused variable in TARGET_NXP/lpc17_emac.c
2 parents 2d22db2 + acf18ac commit 9a3122a

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)