diff --git a/Projects/Benito/Lib/LightweightRingBuff.h b/Projects/Benito/Lib/LightweightRingBuff.h
index 55af753c0c12103aab25b18b8d55b8258d52d874..1dc05935cc0f4113e4ccd4017c382df767f462f5 100644
--- a/Projects/Benito/Lib/LightweightRingBuff.h
+++ b/Projects/Benito/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
diff --git a/Projects/USBtoSerial/Lib/LightweightRingBuff.h b/Projects/USBtoSerial/Lib/LightweightRingBuff.h
index 55af753c0c12103aab25b18b8d55b8258d52d874..1dc05935cc0f4113e4ccd4017c382df767f462f5 100644
--- a/Projects/USBtoSerial/Lib/LightweightRingBuff.h
+++ b/Projects/USBtoSerial/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
diff --git a/Projects/XPLAINBridge/Lib/LightweightRingBuff.h b/Projects/XPLAINBridge/Lib/LightweightRingBuff.h
index 55af753c0c12103aab25b18b8d55b8258d52d874..1dc05935cc0f4113e4ccd4017c382df767f462f5 100644
--- 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