Browse Source

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

Con Kolivas 12 years ago
parent
commit
3f8d56be52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bflsc.h

+ 1 - 1
driver-bflsc.h

@@ -165,7 +165,7 @@ struct QueueJobStructure {
 	uint8_t endOfBlock;
 	uint8_t endOfBlock;
 };
 };
 
 
-#define QUE_RES_LINES_MIN 3
+#define QUE_RES_LINES_MIN 2
 #define QUE_MIDSTATE 0
 #define QUE_MIDSTATE 0
 #define QUE_BLOCKDATA 1
 #define QUE_BLOCKDATA 1