mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4254 from 0x6d61726b/patch-3
Removed unused variable in TARGET_NXP/lpc17_emac.cpull/4274/head
commit
9a3122af39
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue