projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Code style fixes for the Device mode USB Audio Class driver to make it more in line...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Misc
/
RingBuffer.h
diff --git
a/LUFA/Drivers/Misc/RingBuffer.h
b/LUFA/Drivers/Misc/RingBuffer.h
index
5040291
..
023cc25
100644
(file)
--- a/
LUFA/Drivers/Misc/RingBuffer.h
+++ b/
LUFA/Drivers/Misc/RingBuffer.h
@@
-66,7
+66,7
@@
* RingBuffer_t Buffer;
\r
* uint8_t BufferData[128];
\r
*
\r
* RingBuffer_t Buffer;
\r
* uint8_t BufferData[128];
\r
*
\r
- * // Initiali
s
e the buffer with the created storage array
\r
+ * // Initiali
z
e the buffer with the created storage array
\r
* RingBuffer_InitBuffer(&Buffer, BufferData, sizeof(BufferData));
\r
*
\r
* // Insert some data into the buffer
\r
* RingBuffer_InitBuffer(&Buffer, BufferData, sizeof(BufferData));
\r
*
\r
* // Insert some data into the buffer
\r