]> sigrok.org Git - libsigrok.git/commit
brymen-dmm: Make serial write call block.
authorMartin Ling <redacted>
Tue, 16 Sep 2014 01:47:28 +0000 (02:47 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:00 +0000 (23:30 +0200)
commit776313d997f1748ff89cb073f45e3560ad661136
tree9fc61f8b78555a5b9aec1b38edd60da6aba39b85
parent44be13b1f8dfa67345585af8018b60c17c01025d
brymen-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/brymen-dmm/parser.c