mirror of https://github.com/ARMmbed/mbed-os.git
Removed incorrect comment
parent
b5981d101b
commit
b85f302bcc
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue