linkaddr: Removed linkaddr_extended_t
This commit is contained in:
parent
1c54e8d7d7
commit
83b028af28
@ -70,11 +70,6 @@ typedef union {
|
|||||||
#endif /* LINKADDR_SIZE == 2 */
|
#endif /* LINKADDR_SIZE == 2 */
|
||||||
} linkaddr_t;
|
} linkaddr_t;
|
||||||
|
|
||||||
typedef union {
|
|
||||||
uint8_t u8[8];
|
|
||||||
uint16_t u16[4];
|
|
||||||
} linkaddr_extended_t;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Copy a link-layer address
|
* \brief Copy a link-layer address
|
||||||
* \param dest The destination
|
* \param dest The destination
|
||||||
|
Loading…
Reference in New Issue
Block a user