This commit is contained in:
Stuart Feichtinger 2016-01-31 20:41:00 -06:00
parent 17213ccecc
commit b2d7333706
1 changed files with 1 additions and 4 deletions

View File

@ -72,8 +72,6 @@ typedef union{
uint8_t raw[sizeof(s)]; // For publishing uint8_t raw[sizeof(s)]; // For publishing
} packet_t;
/* /*
// Alternate Option with anonymous struct, but manual byte count: // Alternate Option with anonymous struct, but manual byte count:
@ -86,10 +84,9 @@ typedef union{
TOTAL = 18 bytes TOTAL = 18 bytes
}; };
uint8_t raw[18]; // For publishing uint8_t raw[18]; // For publishing
*/
} packet_t; } packet_t;
/*
/*************************** Sketch Code ************************************/ /*************************** Sketch Code ************************************/