...
This commit is contained in:
parent
658b5aa90a
commit
081a2ba9c2
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ err_t mmnif_tx(struct netif* netif, struct pbuf* p)
|
|||
mmnif_unlock_rx_hdr(dest_ip);
|
||||
|
||||
#ifdef DEBUG_MMNIF
|
||||
DEBUGPRINTF("\n SEND 0x%.8X\n",(char*)mmnif->rx_buff + 2 + pos * 1792);
|
||||
DEBUGPRINTF("\n SEND 0x%.8X\n",(char*)mpb_start_address + (dest_ip -1)*mpb_size + 2 + pos * 1792);
|
||||
hex_dump(p->tot_len +2, p->payload);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue