remove short addr from packet

This commit is contained in:
Mariano Alvira 2010-03-16 22:02:36 -04:00
parent 716f166dd3
commit c6012611ba
2 changed files with 7 additions and 10 deletions

View file

@ -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;