From eb320a0104bbaa6c1235fe899b6d099fdabe8c25 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Wed, 4 May 2016 08:24:21 +0000 Subject: [PATCH] [BSP] fix the CRLF issue in usb_ch9 of imx6sx --- .../sdk/common/usb_stack/Device/source/driver/mx6x/usb_ch9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/driver/mx6x/usb_ch9.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/driver/mx6x/usb_ch9.h index c7efae182..8feda063c 100755 --- a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/driver/mx6x/usb_ch9.h +++ b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/driver/mx6x/usb_ch9.h @@ -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_*/ -- GitLab