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.
This commit is contained in:
parent
d08116b02f
commit
852b5e612d
18 changed files with 195 additions and 183 deletions
|
@ -91,6 +91,7 @@
|
|||
} Config; /**< Config data for the USB class interface within the device. All elements in this section
|
||||
* <b>must</b> be set or the interface will fail to enumerate and operate correctly.
|
||||
*/
|
||||
|
||||
struct
|
||||
{
|
||||
// No state information for this class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue