4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 11:43:34 +08:00

Fixed crlf issue.

This commit is contained in:
weety 2016-05-31 20:22:59 +08:00
parent 1436101b56
commit 714f00679e

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_*/