diff --git a/Projects/Benito/Lib/LightweightRingBuff.h b/Projects/Benito/Lib/LightweightRingBuff.h
index 0205fe467b1ae7cfc780063c8abedd2a5f234fbc..56da8398f115bb5854bc95de1c044347180de7ab 100644
--- a/Projects/Benito/Lib/LightweightRingBuff.h
+++ b/Projects/Benito/Lib/LightweightRingBuff.h
@@ -51,7 +51,7 @@
 
 	/* Defines: */
 		/** Size of each ring buffer, in data elements - must be between 1 and 255. */
-		#define BUFFER_SIZE         255
+		#define BUFFER_SIZE         128
 
 		/** 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 0205fe467b1ae7cfc780063c8abedd2a5f234fbc..56da8398f115bb5854bc95de1c044347180de7ab 100644
--- a/Projects/USBtoSerial/Lib/LightweightRingBuff.h
+++ b/Projects/USBtoSerial/Lib/LightweightRingBuff.h
@@ -51,7 +51,7 @@
 
 	/* Defines: */
 		/** Size of each ring buffer, in data elements - must be between 1 and 255. */
-		#define BUFFER_SIZE         255
+		#define BUFFER_SIZE         128
 
 		/** Type of data to store into the buffer. */
 		#define RingBuff_Data_t     uint8_t