note 0xfc for comment/note in PacketLogger

This commit is contained in:
matthias.ringwald 2012-02-13 21:43:14 +00:00
parent 84d2b59295
commit 2df1222911

View File

@ -75,7 +75,7 @@ typedef struct {
uint32_t len;
uint32_t ts_sec;
uint32_t ts_usec;
uint8_t type;
uint8_t type; // 0xfc for note
}
#ifdef __GNUC__
__attribute__ ((packed))