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
|
@ -95,7 +95,7 @@ PROCESS_THREAD(shell_sendcmd_process, ev, data)
|
|||
{
|
||||
struct cmd_msg *msg;
|
||||
int len;
|
||||
rimeaddr_t addr;
|
||||
linkaddr_t addr;
|
||||
const char *nextptr;
|
||||
char buf[32];
|
||||
|
||||
|
@ -141,7 +141,7 @@ PROCESS_THREAD(shell_sendcmd_process, ev, data)
|
|||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static void
|
||||
recv_uc(struct unicast_conn *c, const rimeaddr_t *from)
|
||||
recv_uc(struct unicast_conn *c, const linkaddr_t *from)
|
||||
{
|
||||
struct cmd_msg *msg;
|
||||
uint16_t crc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue