Changed the name of the rimeaddr module to linkaddr
This commit is contained in:
parent
765e9acded
commit
45265249fc
180 changed files with 930 additions and 930 deletions
|
@ -58,7 +58,7 @@ PROCESS(example_broadcast_process, "BROADCAST example");
|
|||
AUTOSTART_PROCESSES(&example_broadcast_process);
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static void
|
||||
broadcast_recv(struct broadcast_conn *c, const rimeaddr_t *from)
|
||||
broadcast_recv(struct broadcast_conn *c, const linkaddr_t *from)
|
||||
{
|
||||
leds_toggle(LEDS_RED);
|
||||
PRINTF("broadcast message received from %02x.%02x\n", from->u8[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue