The protocol spec for flash write shows the array used to calculate byte
count values, not the actual index-to-byte-count mapping that the
previous part of the protocol spec used. The attached patch fixes this.

? docs.diff
Index: protocol.txt
===================================================================
RCS file: /cvsroot/concordance/concordance/specs/protocol.txt,v
retrieving revision 1.1
diff -r1.1 protocol.txt
31c31
<   { 0x07, 7, 6, 5, 4, 3, 2, 1 }
---
>   { ?, 1, 2, 3, 4, 5, 6, 7 }
34c34
<   { 0x0A, 63, 31, 15, 7, 6, 5, 4, 3, 2, 1 }
---
>   { ?, 1, 2, 3, 4, 5, 6, 7, 15, 31, 63 }
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to