mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-25 18:30:24 +00:00
no message
This commit is contained in:
parent
940f323801
commit
fdded2f77f
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* Author: Adam Dunkels <adam@sics.se>
|
* 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"
|
#include "net/uip-fw.h"
|
||||||
@ -44,8 +44,6 @@ PROCESS_THREAD(uip_fw_process, ev, data)
|
|||||||
|
|
||||||
PROCESS_SET_FLAGS(PROCESS_NO_BROADCAST);
|
PROCESS_SET_FLAGS(PROCESS_NO_BROADCAST);
|
||||||
|
|
||||||
//uip_fw_init();
|
|
||||||
|
|
||||||
tcpip_set_outputfunc(uip_fw_output);
|
tcpip_set_outputfunc(uip_fw_output);
|
||||||
|
|
||||||
PROCESS_WAIT_UNTIL(ev == PROCESS_EVENT_EXIT);
|
PROCESS_WAIT_UNTIL(ev == PROCESS_EVENT_EXIT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user