Changed the name of the rimeaddr module to linkaddr

This commit is contained in:
Adam Dunkels 2013-12-12 23:58:52 +01:00
parent 765e9acded
commit 45265249fc
180 changed files with 930 additions and 930 deletions

View file

@ -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;