Smaller buffersize for serial communication between touchscreen and mainboard because it's not needed anymore.
This commit is contained in:
@@ -42,9 +42,9 @@
|
|||||||
// to which to write the next incoming character and tail is the index of the
|
// to which to write the next incoming character and tail is the index of the
|
||||||
// location from which to read.
|
// location from which to read.
|
||||||
#if (RAMEND < 1000)
|
#if (RAMEND < 1000)
|
||||||
#define SERIAL_BUFFER_SIZE 64
|
#define SERIAL_BUFFER_SIZE 16
|
||||||
#else
|
#else
|
||||||
#define SERIAL_BUFFER_SIZE 128
|
#define SERIAL_BUFFER_SIZE 64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct ring_buffer
|
struct ring_buffer
|
||||||
|
Reference in New Issue
Block a user