From b377a83730aadf789b43ff434de5b87295149403 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 21 Mar 2007 23:22:02 +0000 Subject: [PATCH] Removed automatic setting of Rime node address --- core/net/rime/rime.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/net/rime/rime.c b/core/net/rime/rime.c index 6ff8bd3e6..0be3a288d 100644 --- a/core/net/rime/rime.c +++ b/core/net/rime/rime.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rime.c,v 1.3 2007/03/15 21:24:11 adamdunkels Exp $ + * $Id: rime.c,v 1.4 2007/03/21 23:22:02 adamdunkels Exp $ */ /** @@ -47,8 +47,6 @@ rime_init(void) ctimer_init(); queuebuf_init(); rimebuf_clear(); - - rimeaddr_node_addr.u16 = node_id; } /*---------------------------------------------------------------------------*/ void