Removed incorrect comment

pull/10952/head
George Beckstein 2019-05-09 10:56:29 -04:00 committed by Arto Kinnunen
parent b5981d101b
commit b85f302bcc
1 changed files with 0 additions and 1 deletions

View File

@ -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) 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; return (nrf_drv_usbd_ep_t) endpoint;
} }