Corrected bitfields -- the smallest datatype required for each bitfield is now used...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 26 Mar 2009 03:22:02 +0000 (03:22 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 26 Mar 2009 03:22:02 +0000 (03:22 +0000)
commitca641bba8356851dd8144bde4a10bc5e5c647930
treefee141b265f00a987e34751c5ec5095b4edc333b
parent1c9092a8a6db41709b9cb77534f06011868baf01
Corrected bitfields -- the smallest datatype required for each bitfield is now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta).
Demos/Device/MassStorage/SCSI.h
Demos/Device/RNDISEthernet/IP.h
Demos/Device/RNDISEthernet/TCP.h
Demos/Host/MassStorageHost/MassStoreCommands.h