]> sigrok.org Git - libsigrok.git/commit - src/hardware/norma-dmm/protocol.c
norma-dmm: Make serial write call block.
authorMartin Ling <redacted>
Sun, 21 Sep 2014 18:14:05 +0000 (19:14 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:31 +0000 (23:30 +0200)
commit92714255b375d72458ddbac6c632d81f51fb9900
treeb8fc5f2f307f4f770f632c64c9c410415a059c74
parent8849f45ad71585e8eb3090733c911f6f15cc2a3f
norma-dmm: Make serial write call block.

This call is executed from an event handler and was previously nonblocking,
but has no partial write handling. It sends a short packet so should be OK
to block, most likely the output buffer will be empty anyway.
src/hardware/norma-dmm/protocol.c