]> sigrok.org Git - libsigrok.git/commit - src/hardware/norma-dmm/api.c
norma-dmm: Make write call block.
authorMartin Ling <redacted>
Sun, 21 Sep 2014 18:12:16 +0000 (19:12 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:31 +0000 (23:30 +0200)
commit8849f45ad71585e8eb3090733c911f6f15cc2a3f
tree1f471bf85b6e0613608ea0bcc2b57e69b04a6522
parent32950cc071715efae178aac92e7975c8ed185fd1
norma-dmm: Make write call block.

This call was previously nonblocking, but has no partial write handling.
It is called in the scan where it is free to block.
src/hardware/norma-dmm/api.c