We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a66961 commit 0438e70Copy full SHA for 0438e70
libraries/USBDevice/USBDevice/USBHAL_LPC11U.cpp
@@ -256,7 +256,7 @@ void USBHAL::EP0readStage(void) {
256
void USBHAL::EP0write(uint8_t *buffer, uint32_t size) {
257
// Start and endpoint 0 write
258
259
- // The USB SR will call USBDevice_EP0in() when the data has
+ // The USB ISR will call USBDevice_EP0in() when the data has
260
// been written, the USBDevice layer then calls
261
// USBBusInterface_EP0getWriteResult() to complete the transaction.
262
0 commit comments