This commit is contained in:
Carl-Benedikt Krüger 2011-06-28 14:28:29 +02:00
parent 658b5aa90a
commit 081a2ba9c2

View file

@ -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