]> sigrok.org Git - libsigrok.git/commit - src/hardware/mic-985xx/protocol.c
mic-985xx: Make serial write call block.
authorMartin Ling <redacted>
Sun, 21 Sep 2014 17:54:00 +0000 (18:54 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:31 +0000 (23:30 +0200)
commit3e2373247cf0b3c8557fb718d988b21a0299770c
tree86c060d6ec7d117b0110802dbe535af0e25581ee
parent98842e53eb5440b508f40d94af38ff003673c567
mic-985xx: 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/mic-985xx/protocol.c