]> sigrok.org Git - libsigrok.git/commit
center-3xx: Make serial write call block.
authorMartin Ling <redacted>
Sun, 21 Sep 2014 16:51:25 +0000 (17:51 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:00 +0000 (23:30 +0200)
commitc1da74fc0a345a01d5734ee93e035cf808803598
tree5d8c0bdf480fc5d33ca22b5c927bd36ac6497c28
parent3582ce8a01ef4f4befd3fccc28c5788196d48499
center-3xx: 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/center-3xx/protocol.c