mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-10 11:29:38 +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.
|
* 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();
|
ctimer_init();
|
||||||
queuebuf_init();
|
queuebuf_init();
|
||||||
rimebuf_clear();
|
rimebuf_clear();
|
||||||
|
|
||||||
rimeaddr_node_addr.u16 = node_id;
|
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user