From 3f8d56be52c25b99b61428c2fd5d85610784a165 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 30 Aug 2013 20:36:44 +1000 Subject: [PATCH] Decrease bflsc queue lines min to match removal of inprocess message. --- driver-bflsc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-bflsc.h b/driver-bflsc.h index 7107c0ed..f74e47b3 100644 --- a/driver-bflsc.h +++ b/driver-bflsc.h @@ -165,7 +165,7 @@ struct QueueJobStructure { uint8_t endOfBlock; }; -#define QUE_RES_LINES_MIN 3 +#define QUE_RES_LINES_MIN 2 #define QUE_MIDSTATE 0 #define QUE_BLOCKDATA 1