From 717c1bca9b78a211981e08efc0d156f30ce2e026 Mon Sep 17 00:00:00 2001 From: George Beckstein Date: Mon, 21 Jan 2019 23:00:48 -0500 Subject: [PATCH] Changed a little formatting --- .../TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp b/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp index 0f47f6c28e..6768d44764 100644 --- a/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp +++ b/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp @@ -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); }