Revert accidental deletion

pull/119/head
Joe Turner 2013-12-03 16:02:29 +00:00
parent 4a66961d79
commit 0438e70bd9
1 changed files with 1 additions and 1 deletions

View File

@ -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.