]> sigrok.org Git - libsigrokdecode.git/commit
spi: Fix binary output for wordsizes > 8.
authorUwe Hermann <redacted>
Sun, 23 Oct 2016 19:01:08 +0000 (21:01 +0200)
committerUwe Hermann <redacted>
Sun, 23 Oct 2016 19:48:09 +0000 (21:48 +0200)
commit8284ca7360c96ac8085ba90b6f1f0e8fb88e6290
treeb26b6a560d2a4a71c184e071b3f96bb94e7070ac
parentea36c1988829b9f8e9385ff6e5e506e3cab46877
spi: Fix binary output for wordsizes > 8.

For wordsizes > 8, multiple bytes are used (big-endian).

This fixes bug #686.
decoders/spi/pd.py