remove some obsolete messages
This commit is contained in:
parent
0bec94d2a5
commit
fdc9ad9641
1 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@ static err_t rckemacif_output(struct netif* netif, struct pbuf* p)
|
|||
rckemacif->tx_write_offset = 1;
|
||||
|
||||
packets = CLINE_PACKETS(p->tot_len + 2);
|
||||
LWIP_DEBUGF(NETIF_DEBUG, ("TX packets: %d\n", packets));
|
||||
//LWIP_DEBUGF(NETIF_DEBUG, ("TX packets: %d\n", packets));
|
||||
|
||||
read_offset = read_emac(rckemacif->num_emac, EMAC_TX_CONTROL+EMAC_TX_BUFFER_READ_OFFSET, rckemacif->core);
|
||||
#if 1
|
||||
|
@ -318,7 +318,7 @@ again:
|
|||
*((int*)RCCE_fool_write_combine_buffer) = 1;
|
||||
|
||||
/* set new write offset */
|
||||
LWIP_DEBUGF(NETIF_DEBUG, ("Update tx write offset: %d (read offset %d)\n", rckemacif->tx_write_offset, read_offset));
|
||||
//LWIP_DEBUGF(NETIF_DEBUG, ("Update tx write offset: %d (read offset %d)\n", rckemacif->tx_write_offset, read_offset));
|
||||
write_emac(rckemacif->num_emac, EMAC_TX_CONTROL+EMAC_TX_BUFFER_WRITE_OFFSET, rckemacif->core, rckemacif->tx_write_offset);
|
||||
|
||||
#if ETH_PAD_SIZE
|
||||
|
|
Loading…
Add table
Reference in a new issue