add rx_time parameter and fill with *MACA_TIMESTAMP

This commit is contained in:
Mariano Alvira 2011-02-18 12:35:20 -05:00
parent c0b21702ed
commit 5012757673
3 changed files with 3 additions and 1 deletions

View file

@ -53,6 +53,7 @@ struct packet {
uint8_t offset;
uint8_t lqi;
uint8_t status;
uint32_t rx_time;
#if PACKET_STATS
uint8_t seen;
uint8_t post_tx;