Skip to content

Commit

Permalink
Merge pull request #11 from LIFX/fix_c_struct
Browse files Browse the repository at this point in the history
Add the `tagged` field to the C struct
  • Loading branch information
deepfryed committed Aug 3, 2015
2 parents 59cadf1 + 92841d0 commit 7688954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ typedef struct {
uint16_t size;
uint16_t protocol:12;
uint8_t addressable:1;
uint8_t :1;
uint8_t tagged:1;
uint8_t origin:2;
uint32_t source;
/* frame address */
Expand Down

0 comments on commit 7688954

Please sign in to comment.