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

@ -81,7 +81,7 @@ collect_common_set_send_active(int active)
}
/*---------------------------------------------------------------------------*/
void
collect_common_recv(const rimeaddr_t *originator, uint8_t seqno, uint8_t hops,
collect_common_recv(const linkaddr_t *originator, uint8_t seqno, uint8_t hops,
uint8_t *payload, uint16_t payload_len)
{
unsigned long time;