Commit a16f51fb2e2a5f4acd149193a8ffa82723915b8c

Kano 2013-06-04T22:37:00

correct bflsc BFLSC_BUFSIZ max calculation

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/driver-bflsc.c b/driver-bflsc.c
index 1023232..1f813e9 100644
--- a/driver-bflsc.c
+++ b/driver-bflsc.c
@@ -32,10 +32,11 @@
 
 /*
  * With Firmware 1.0.0 and a result queue of 20 the Max is:
- * header = 9
- * 64+1+32+1+1+(1+8)*8+1 per line = 172 * 20
+ * inprocess = 12
+ * max count = 9
+ * 64+1+24+1+1+(1+8)*8+1 per line = 164 * 20
  * OK = 3
- * Total: 3452
+ * Total: 3304
  */
 #define BFLSC_BUFSIZ (0x1000)