projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor documentation cleanups.
[pub/USBasp.git]
/
Projects
/
XPLAINBridge
/
Lib
/
LightweightRingBuff.h
diff --git
a/Projects/XPLAINBridge/Lib/LightweightRingBuff.h
b/Projects/XPLAINBridge/Lib/LightweightRingBuff.h
index
31430dd
..
8026cef
100644
(file)
--- a/
Projects/XPLAINBridge/Lib/LightweightRingBuff.h
+++ b/
Projects/XPLAINBridge/Lib/LightweightRingBuff.h
@@
-41,10
+41,10
@@
#include <stdbool.h>
\r
\r
/* Defines: */
\r
#include <stdbool.h>
\r
\r
/* Defines: */
\r
- /** Size of each ring buffer, in bytes */
\r
+ /** Size of each ring buffer, in bytes
.
*/
\r
#define BUFFER_SIZE 128
\r
\r
#define BUFFER_SIZE 128
\r
\r
- /** Type of data to store into the buffer */
\r
+ /** Type of data to store into the buffer
.
*/
\r
#define RingBuff_Data_t uint8_t
\r
\r
/* Type Defines: */
\r
#define RingBuff_Data_t uint8_t
\r
\r
/* Type Defines: */
\r