From 1c031504e58debf668d905e6bd3d141ca5e8e44c Mon Sep 17 00:00:00 2001 From: fros4943 Date: Wed, 1 Apr 2009 13:46:16 +0000 Subject: [PATCH] no need to initialize serial line --- platform/cooja/testapps/testserial.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platform/cooja/testapps/testserial.c b/platform/cooja/testapps/testserial.c index 1b1350672..ad8135484 100644 --- a/platform/cooja/testapps/testserial.c +++ b/platform/cooja/testapps/testserial.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: testserial.c,v 1.5 2009/03/21 15:47:40 fros4943 Exp $ + * $Id: testserial.c,v 1.6 2009/04/01 13:46:16 fros4943 Exp $ */ #include "contiki.h" @@ -45,9 +45,6 @@ PROCESS_THREAD(test_serial_process, ev, data) etimer_set(&et, CLOCK_SECOND); - /* Start serial process */ - serial_line_init(); - while(1) { PROCESS_WAIT_EVENT();