Smaller buffersize for serial communication between touchscreen and mainboard because it's not needed anymore.

This commit is contained in:
Knutwurst
2020-06-09 16:12:12 +02:00
parent f16f964ab3
commit a52dc3c7e9

View File

@@ -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