Move over message ID specific header data to unions inside the standard TMC header...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 27 Jul 2010 11:26:47 +0000 (11:26 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 27 Jul 2010 11:26:47 +0000 (11:26 +0000)
commitbe2a7d45989f5f57b326589350a6ce5bbc835b5c
tree51785a3fbce297964c4268080e09b237098d2a79
parentcd39c38d5f39d89da989859afd72576b4c1532aa
Move over message ID specific header data to unions inside the standard TMC header structure, so that all header data is read in one chunk in the incomplete TMC demo.
Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.c
Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.h
LUFA/Drivers/USB/LowLevel/Endpoint.h
Projects/TempDataLogger/TempDataLogger.c