]> sigrok.org Git - libsigrok.git/commit
asix-sigma: Fix a register addressing bug (non-issue)
authorGerhard Sittig <redacted>
Thu, 25 May 2017 19:57:30 +0000 (21:57 +0200)
committerUwe Hermann <redacted>
Fri, 26 May 2017 20:48:21 +0000 (22:48 +0200)
commit84a6ed1a126e0877a4166c2aa7d40f409180fdde
treec2178648c400464cc1de51159d8b66d1907e2eca
parenta9016883f800c40a1866c3f0d011cdb0c256888b
asix-sigma: Fix a register addressing bug (non-issue)

Fix how the READ_ID register index was passed to the hardware access.
Addresses are sent in nibbles, so shift by eight is wrong here. No harm
was done, as the register's index is zero.
src/hardware/asix-sigma/protocol.c