Update ChangeLog
This commit is contained in:
parent
c516a11321
commit
bd437bfb03
|
@ -10338,3 +10338,5 @@
|
|||
FLASH on the C139 phone. From Craig Comstock (2015-05-08).
|
||||
* STM32 F3: Add DBGMCU register definitions for the F3 family. From
|
||||
Greg Meiste (2015-05-09).
|
||||
* arch/arm/src/stm32/chip/stm32_exti.h: Add EXTI line definitions for
|
||||
the STM32L family (2015-05-09).
|
||||
|
|
|
@ -1386,9 +1386,8 @@ static int usbhost_cfgdesc(FAR struct usbhost_cdcacm_s *priv,
|
|||
if (currif == USBHOST_DATAIF_FOUND &&
|
||||
(epdesc->attr & USB_EP_ATTR_XFERTYPE_MASK) == USB_EP_ATTR_XFER_BULK)
|
||||
{
|
||||
/* Yes.. Did we find the data interface? */
|
||||
|
||||
/* Yes.. it is a bulk endpoint. IN or OUT? */
|
||||
|
||||
if (USB_ISEPOUT(epdesc->addr))
|
||||
{
|
||||
/* It is an OUT bulk endpoint. There should be only one
|
||||
|
|
Loading…
Reference in New Issue