no message

This commit is contained in:
oliverschmidt 2007-05-22 20:32:32 +00:00
parent 940f323801
commit fdded2f77f

View file

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: uip-fw-drv.c,v 1.2 2007/05/21 14:30:38 fros4943 Exp $
* $Id: uip-fw-drv.c,v 1.3 2007/05/22 20:32:32 oliverschmidt Exp $
*/
#include "net/uip-fw.h"
@ -44,8 +44,6 @@ PROCESS_THREAD(uip_fw_process, ev, data)
PROCESS_SET_FLAGS(PROCESS_NO_BROADCAST);
//uip_fw_init();
tcpip_set_outputfunc(uip_fw_output);
PROCESS_WAIT_UNTIL(ev == PROCESS_EVENT_EXIT);