Skip to content

Commit af99f5a

Browse files
committed
Removed incorrect comment
1 parent 67cc3b0 commit af99f5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ nrf_drv_usbd_transfer_t *USBPhyHw::get_transfer_buffer(usb_ep_t endpoint)
593593

594594
nrf_drv_usbd_ep_t USBPhyHw::get_nordic_endpoint(usb_ep_t endpoint)
595595
{
596-
// Clear the most-significant-bit (input endpoint flag)
597596
return (nrf_drv_usbd_ep_t) endpoint;
598597
}
599598

0 commit comments

Comments
 (0)