From: Dean Camera Date: Sun, 10 Apr 2011 06:43:02 +0000 (+0000) Subject: Remove redundant type information for bitfield elements, other than the signed/unsign... X-Git-Tag: LUFA-110528-BETA~8 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/852b5e612d549d1f086ceca4df0b589ac24cb37f?ds=inline;hp=852b5e612d549d1f086ceca4df0b589ac24cb37f 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. ---