mirror of https://github.com/ARMmbed/mbed-os.git
Removed incorrect comment
parent
67cc3b0faf
commit
af99f5ae1e
|
|
@ -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