mirror of
git://soft.sys114.com/klipper
synced 2026-02-10 18:18:07 +09:00
serialqueue: Increase receive message debug queue to 100 messages
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -395,7 +395,7 @@ struct serialqueue {
|
|||||||
#define IDLE_QUERY_TIME 1.0
|
#define IDLE_QUERY_TIME 1.0
|
||||||
|
|
||||||
#define DEBUG_QUEUE_SENT 100
|
#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
|
// Create a series of empty messages and add them to a list
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user