]> sigrok.org Git - libsigrok.git/commit
atten-pps3xxx: Make serial write call block.
authorMartin Ling <redacted>
Tue, 16 Sep 2014 01:36:42 +0000 (02:36 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:00 +0000 (23:30 +0200)
commitc3116bc3115fb9f759fc9f4cb38f19746e533877
treea80c50be9eaa243d92f0b7bfa5bcd50294ea546c
parente7b4103697627bc985b77feb4c05dc67da8aebc0
atten-pps3xxx: 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/atten-pps3xxx/protocol.c