projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial projects...
[pub/USBasp.git]
/
Projects
/
XPLAINBridge
/
Lib
/
LightweightRingBuff.h
diff --git
a/Projects/XPLAINBridge/Lib/LightweightRingBuff.h
b/Projects/XPLAINBridge/Lib/LightweightRingBuff.h
index
55af753
..
1dc0593
100644
(file)
--- a/
Projects/XPLAINBridge/Lib/LightweightRingBuff.h
+++ b/
Projects/XPLAINBridge/Lib/LightweightRingBuff.h
@@
-44,7
+44,7
@@
/* Defines: */
/** Size of each ring buffer, in data elements - must be between 1 and 255. */
- #define BUFFER_SIZE
128
+ #define BUFFER_SIZE
255
/** Type of data to store into the buffer. */
#define RingBuff_Data_t uint8_t