projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enhance the HotmailNotifier project so that the LEDs' individual brightness can be...
[pub/USBasp.git]
/
Bootloaders
/
CDC
/
BootloaderCDC.c
diff --git
a/Bootloaders/CDC/BootloaderCDC.c
b/Bootloaders/CDC/BootloaderCDC.c
index
925385d
..
e681fbf
100644
(file)
--- a/
Bootloaders/CDC/BootloaderCDC.c
+++ b/
Bootloaders/CDC/BootloaderCDC.c
@@
-343,7
+343,7
@@
static void WriteNextResponseByte(const uint8_t Response)
/* Select the IN endpoint so that the next data byte can be written */
\r
Endpoint_SelectEndpoint(CDC_TX_EPNUM);
\r
\r
/* Select the IN endpoint so that the next data byte can be written */
\r
Endpoint_SelectEndpoint(CDC_TX_EPNUM);
\r
\r
- /* If IN endpoint full, clear it and wait util ready for the next packet to the host */
\r
+ /* If IN endpoint full, clear it and wait u
n
til ready for the next packet to the host */
\r
if (!(Endpoint_IsReadWriteAllowed()))
\r
{
\r
Endpoint_ClearIN();
\r
if (!(Endpoint_IsReadWriteAllowed()))
\r
{
\r
Endpoint_ClearIN();
\r