mirror of https://github.com/ARMmbed/mbed-os.git
Changed a little formatting
parent
dde7bffb87
commit
859329fb2e
|
@ -473,9 +473,9 @@ void USBPhyHw::process() {
|
|||
// If ISOOUT endpoint transaction occurred
|
||||
// and the ZERO bit of SIZE.ISOOUT is set...
|
||||
// ignore it for now... possible hardware bug?
|
||||
if((usb_event.data.eptransfer.ep == NRF_DRV_USBD_EPOUT8)
|
||||
&& (NRF_USBD->SIZE.ISOOUT & (1 << 16)))
|
||||
break;
|
||||
// if((usb_event.data.eptransfer.ep == NRF_DRV_USBD_EPOUT8)
|
||||
// && (NRF_USBD->SIZE.ISOOUT & (1 << 16)))
|
||||
// break;
|
||||
|
||||
events->out((usb_ep_t) usb_event.data.eptransfer.ep);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue