Skip to content
Snippets Groups Projects
Commit ad29e79b authored by Dean Camera's avatar Dean Camera
Browse files

Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial...

Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial projects, so that they should never become full under normal conditions.
parent 4b952d47
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment