Remove redundant type information for bitfield elements, other than the signed/unsign...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 10 Apr 2011 06:43:02 +0000 (06:43 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 10 Apr 2011 06:43:02 +0000 (06:43 +0000)
commit852b5e612d549d1f086ceca4df0b589ac24cb37f
treeced320248de1fb786dda5e515ad306cbd81086dd
parentd08116b02fd0032f24be18b255c9d80ec9ca316d
Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element.

Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size.
18 files changed:
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.h
Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
Demos/Device/LowLevel/RNDISEthernet/Lib/IP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
LUFA/Common/Common.h
LUFA/Drivers/USB/Class/Common/MIDI.h
LUFA/Drivers/USB/Class/Common/MassStorage.h
LUFA/Drivers/USB/Class/Device/MIDI.h
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.c
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.c
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
LUFA/ManPages/LUFAPoweredProjects.txt
Projects/TempDataLogger/Lib/DS1307.h