add additional debug messages
This commit is contained in:
parent
c08125c3ad
commit
08c6fe30ec
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ static void rckemacif_input(struct netif* netif, struct pbuf* p)
|
|||
}
|
||||
break;
|
||||
default:
|
||||
LWIP_DEBUGF(NETIF_DEBUG, ("rckemacif_input: invalid ethernet header: 0x%x\n", htons(ethhdr->type)));
|
||||
pbuf_free_callback(p);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue