Commit 3f8d56be52c25b99b61428c2fd5d85610784a165

Con Kolivas 2013-08-30T20:36:44

Decrease bflsc queue lines min to match removal of inprocess message.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-bflsc.h b/driver-bflsc.h
index 7107c0e..f74e47b 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