add autoacking

This commit is contained in:
Mariano Alvira 2011-02-12 14:01:54 -05:00
parent 9f82e06861
commit 7c7864eae2
7 changed files with 366 additions and 5 deletions

View file

@ -52,6 +52,7 @@ struct packet {
/* On RX this should be 1 since the maca puts the length as the first byte*/
uint8_t offset;
uint8_t lqi;
uint8_t status;
#if PACKET_STATS
uint8_t seen;
uint8_t post_tx;