From b85f302bccb0c9215a0cd6c75f82a8b6e8eb046c Mon Sep 17 00:00:00 2001 From: George Beckstein Date: Thu, 9 May 2019 10:56:29 -0400 Subject: [PATCH] Removed incorrect comment --- .../targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp | 1 - 1 file changed, 1 deletion(-) 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 bf0cf582b1..3e400c00c3 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 @@ -593,7 +593,6 @@ nrf_drv_usbd_transfer_t *USBPhyHw::get_transfer_buffer(usb_ep_t endpoint) nrf_drv_usbd_ep_t USBPhyHw::get_nordic_endpoint(usb_ep_t endpoint) { - // Clear the most-significant-bit (input endpoint flag) return (nrf_drv_usbd_ep_t) endpoint; }