mirror of https://github.com/ARMmbed/mbed-os.git
Revert accidental deletion
parent
4a66961d79
commit
0438e70bd9
|
@ -256,7 +256,7 @@ void USBHAL::EP0readStage(void) {
|
||||||
void USBHAL::EP0write(uint8_t *buffer, uint32_t size) {
|
void USBHAL::EP0write(uint8_t *buffer, uint32_t size) {
|
||||||
// Start and endpoint 0 write
|
// Start and endpoint 0 write
|
||||||
|
|
||||||
// The USB SR will call USBDevice_EP0in() when the data has
|
// The USB ISR will call USBDevice_EP0in() when the data has
|
||||||
// been written, the USBDevice layer then calls
|
// been written, the USBDevice layer then calls
|
||||||
// USBBusInterface_EP0getWriteResult() to complete the transaction.
|
// USBBusInterface_EP0getWriteResult() to complete the transaction.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue