]> sigrok.org Git - pulseview.git/commitdiff
decode: Fix mixup of bytes vs samples
authorDaniel Elstner <redacted>
Tue, 18 Feb 2014 22:41:33 +0000 (23:41 +0100)
committerDaniel Elstner <redacted>
Thu, 20 Feb 2014 20:17:44 +0000 (21:17 +0100)
(DecoderStack::decode_proc): The final argument to srd_session_send()
is a byte count, not a sample count.
(LogicSnapshot::get_samples): Multiply start_sample by the unit size
to get the byte offset into the buffer.


No differences found