diff options
Diffstat (limited to 'include/usb.h')
| -rw-r--r-- | include/usb.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/usb.h b/include/usb.h index 84a77b2f8..510df95d6 100644 --- a/include/usb.h +++ b/include/usb.h @@ -91,7 +91,7 @@ struct usb_endpoint_descriptor {  	unsigned char	bInterval;  	unsigned char	bRefresh;  	unsigned char	bSynchAddress; -} __attribute__ ((packed)); +} __attribute__ ((packed)) __attribute__ ((aligned(2)));  /* Interface descriptor */  struct usb_interface_descriptor { |