projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
All comments in the library, bootloaders, demos and projects have now been spell...
[pub/USBasp.git]
/
Demos
/
Device
/
USBtoSerial
/
USBtoSerial.c
diff --git
a/Demos/Device/USBtoSerial/USBtoSerial.c
b/Demos/Device/USBtoSerial/USBtoSerial.c
index
c7c9e4b
..
a9f0434
100644
(file)
--- a/
Demos/Device/USBtoSerial/USBtoSerial.c
+++ b/
Demos/Device/USBtoSerial/USBtoSerial.c
@@
-79,7
+79,7
@@
int main(void)
LEDs_Init();
\r
ReconfigureUSART();
\r
\r
- /* Ringbuffer Initialization */
\r
+ /* Ring
buffer Initialization */
\r
Buffer_Initialize(&Rx_Buffer);
\r
Buffer_Initialize(&Tx_Buffer);
\r
\r