Merge pull request #4254 from 0x6d61726b/patch-3

Removed unused variable in TARGET_NXP/lpc17_emac.c
pull/4274/head
Anna Bridge 2017-05-04 15:47:43 +01:00 committed by GitHub
commit 9a3122af39
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ static struct pbuf *lpc_low_level_input(struct netif *netif)
*/
void lpc_enetif_input(struct netif *netif)
{
struct eth_hdr *ethhdr;
struct pbuf *p;
/* move received packet into a new pbuf */