...
This commit is contained in:
parent
312b19c35f
commit
4bac134538
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ err_t mmnif_tx(struct netif* netif, struct pbuf* p)
|
|||
|
||||
#ifdef DEBUG_MMNIF
|
||||
DEBUGPRINTF("\n SEND 0x%.8X\n",(char*)mmnif->rx_buff + 2 + pos * 1792);
|
||||
hex_dump(p->tot_len +2, mmnif->tx_buff[slot]);
|
||||
hex_dump(p->tot_len +2, p->payload);
|
||||
#endif
|
||||
|
||||
/* if driver is not in polling mode inform core that a message has arrived */
|
||||
|
|
Loading…
Add table
Reference in a new issue