Bugfix for dumb wiggeling after stopping SD print.

This commit is contained in:
Knutwurst
2020-06-06 00:17:24 +02:00
parent bc9a6a2a4d
commit c77a32a674
2 changed files with 7 additions and 6 deletions

View File

@@ -42,9 +42,9 @@
// to which to write the next incoming character and tail is the index of the
// location from which to read.
#if (RAMEND < 1000)
#define SERIAL_BUFFER_SIZE 16
#else
#define SERIAL_BUFFER_SIZE 64
#else
#define SERIAL_BUFFER_SIZE 128
#endif
struct ring_buffer