mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Removed automatic setting of Rime node address
This commit is contained in:
parent
70f2be4652
commit
b377a83730
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user