projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Readd incomplete MIDIToneGenerator project, which can now correctly generate up to...
[pub/USBasp.git]
/
Bootloaders
/
CDC
/
BootloaderCDC.c
diff --git
a/Bootloaders/CDC/BootloaderCDC.c
b/Bootloaders/CDC/BootloaderCDC.c
index
cb99a05
..
97a0f1b
100644
(file)
--- a/
Bootloaders/CDC/BootloaderCDC.c
+++ b/
Bootloaders/CDC/BootloaderCDC.c
@@
-319,7
+319,7
@@
static void WriteNextResponseByte(const uint8_t Response)
}
}
- /* Write the next byte to the
OUT
endpoint */
+ /* Write the next byte to the
IN
endpoint */
Endpoint_Write_Byte(Response);
}