[BSP] fix the CRLF issue in usb_ch9 of imx6sx

This commit is contained in:
Bernard Xiong 2016-05-04 08:24:21 +00:00
parent 3d07de2b71
commit eb320a0104
1 changed files with 1 additions and 1 deletions

View File

@ -169,5 +169,5 @@ typedef struct usb_string_descriptor {
unsigned char bDescriptorType; /*STRING Descriptor Type, must be 0x3 */
unsigned char *pString; /*pointer to the start address of the string, the string lenth is (bLength-2) */
} usb_string_descriptor_t;
#endif /*USB_CH9_H_*/