remove short addr from packet
This commit is contained in:
parent
716f166dd3
commit
c6012611ba
2 changed files with 7 additions and 10 deletions
|
@ -6,10 +6,7 @@
|
|||
#define MAX_PAYLOAD_SIZE 125
|
||||
#endif
|
||||
|
||||
typedef uint16_t short_addr_t;
|
||||
|
||||
struct packet {
|
||||
short_addr_t addr;
|
||||
uint8_t length; /* does not include FCS checksum */
|
||||
volatile struct packet * left;
|
||||
volatile struct packet * right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue