From 0438e70bd9852371afe13f0bfc704022fa455556 Mon Sep 17 00:00:00 2001 From: Joe Turner Date: Tue, 3 Dec 2013 16:02:29 +0000 Subject: [PATCH] Revert accidental deletion --- libraries/USBDevice/USBDevice/USBHAL_LPC11U.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/USBDevice/USBDevice/USBHAL_LPC11U.cpp b/libraries/USBDevice/USBDevice/USBHAL_LPC11U.cpp index a4654ae3dd..ade0551dca 100644 --- a/libraries/USBDevice/USBDevice/USBHAL_LPC11U.cpp +++ b/libraries/USBDevice/USBDevice/USBHAL_LPC11U.cpp @@ -256,7 +256,7 @@ void USBHAL::EP0readStage(void) { void USBHAL::EP0write(uint8_t *buffer, uint32_t size) { // 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 // USBBusInterface_EP0getWriteResult() to complete the transaction.