This commit is contained in:
Carl-Benedikt Krüger 2011-06-29 00:43:21 +02:00
parent ed3a4c707e
commit d16aabcc53

View file

@ -23,7 +23,7 @@
#include <lwip/ip.h> /* struct iphdr*/
#include <lwip/tcpip.h> /* tcpip_input()*/
//#define DEBUG_MMNIF
#define DEBUG_MMNIF
#ifdef DEBUG_MMNIF
#include "util.h" /* hex dump */
@ -1089,6 +1089,7 @@ static int mmnif_wait(struct netif* netif, uint32_t poll, int budget)
*/
/* full packet send to tcpip_thread to process */
DEBUGPRINTF("PROCESSING PACKET");
if ((err = mmnif_dev->input(p, mmnif_dev)) != ERR_OK)
{
DEBUGPRINTF("mmnif_poll: IP input error\n");