Oops - reduce size of each ring buffer in the USBtoSerial and Benito projects so...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 21 Nov 2010 10:01:01 +0000 (10:01 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 21 Nov 2010 10:01:01 +0000 (10:01 +0000)
Projects/Benito/Lib/LightweightRingBuff.h
Projects/USBtoSerial/Lib/LightweightRingBuff.h

index 0205fe4..56da839 100644 (file)
@@ -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
index 0205fe4..56da839 100644 (file)
@@ -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