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
|
@ -62,7 +62,7 @@ PROCESS(shell_process, "Shell Process");
|
|||
|
||||
PROCESS_THREAD(shell_process, ev, data)
|
||||
{
|
||||
rimeaddr_t addr;
|
||||
linkaddr_t addr;
|
||||
|
||||
PROCESS_BEGIN();
|
||||
|
||||
|
@ -99,7 +99,7 @@ timedout(struct mesh_conn *c)
|
|||
}
|
||||
|
||||
static void
|
||||
received(struct mesh_conn *c, const rimeaddr_t *from, uint8_t hops)
|
||||
received(struct mesh_conn *c, const linkaddr_t *from, uint8_t hops)
|
||||
{
|
||||
char *data;
|
||||
unsigned len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue