Fixed copy&paste bug.

This commit is contained in:
oliverschmidt 2007-05-26 22:51:38 +00:00
parent 7f7f11d30f
commit 6ab3a6d1e3

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* @(#)$Id: tapdev-drv.c,v 1.2 2007/05/23 22:13:29 oliverschmidt Exp $ * @(#)$Id: tapdev-drv.c,v 1.3 2007/05/26 22:51:38 oliverschmidt Exp $
*/ */
#include "contiki-net.h" #include "contiki-net.h"
@ -80,7 +80,6 @@ pollhandler(void)
PROCESS_THREAD(tapdev_process, ev, data) PROCESS_THREAD(tapdev_process, ev, data)
{ {
PROCESS_POLLHANDLER(pollhandler()); PROCESS_POLLHANDLER(pollhandler());
PROCESS_EXITHANDLER(exithandler());
PROCESS_BEGIN(); PROCESS_BEGIN();