mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
no message
This commit is contained in:
parent
940f323801
commit
fdded2f77f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user