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
|
@ -65,7 +65,7 @@ PROCESS(shell_rsh_server_process, "rsh server");
|
|||
/*---------------------------------------------------------------------------*/
|
||||
PROCESS_THREAD(shell_rsh_process, ev, data)
|
||||
{
|
||||
static rimeaddr_t receiver;
|
||||
static linkaddr_t receiver;
|
||||
struct shell_input *input;
|
||||
const char *nextptr;
|
||||
char buf[40];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue