mirror of https://github.com/Desuuuu/klipper.git
serialqueue: Increase receive message debug queue to 100 messages
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
ce79b6ca00
commit
5632cf6d77
|
@ -395,7 +395,7 @@ struct serialqueue {
|
|||
#define IDLE_QUERY_TIME 1.0
|
||||
|
||||
#define DEBUG_QUEUE_SENT 100
|
||||
#define DEBUG_QUEUE_RECEIVE 20
|
||||
#define DEBUG_QUEUE_RECEIVE 100
|
||||
|
||||
// Create a series of empty messages and add them to a list
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue