Skip to content

Commit 0438e70

Browse files
committed
Revert accidental deletion
1 parent 4a66961 commit 0438e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/USBDevice/USBDevice/USBHAL_LPC11U.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ void USBHAL::EP0readStage(void) {
256256
void USBHAL::EP0write(uint8_t *buffer, uint32_t size) {
257257
// Start and endpoint 0 write
258258

259-
// The USB SR will call USBDevice_EP0in() when the data has
259+
// The USB ISR will call USBDevice_EP0in() when the data has
260260
// been written, the USBDevice layer then calls
261261
// USBBusInterface_EP0getWriteResult() to complete the transaction.
262262

0 commit comments

Comments
 (0)