This commit is contained in:
Carl-Benedikt Krüger 2011-06-28 15:15:17 +02:00
parent 25bc264d18
commit 9eb2d5f379
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ int icc_init(void)
kprintf("failed! (0x%x)\n", msg);
#endif
#if 0
#if 1
char* str = RCCE_shmalloc(128);
if (my_ue == 1) {
memset(str, 0x00, 128);

View file

@ -679,7 +679,7 @@ err_t mmnif_tx(struct netif* netif, struct pbuf* p)
if (mmnif->tx_queue >= MMNIF_TX_QUEUELEN)
{
DEBUGPRINTF("mmnif_tx(): too many packets at once\n");
DEBUGPRINTF("mmnif_tx(): too many packets at once for tx_queue\n");
goto drop_packet;
}