]> sigrok.org Git - libsigrok.git/commit - src/hardware/tondaj-sl-814/protocol.c
tondaj-sl-814: Mark serial read/write calls as blocking.
authorMartin Ling <redacted>
Sun, 21 Sep 2014 18:24:33 +0000 (19:24 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:32 +0000 (23:30 +0200)
commit539a85596febaca66c038b346e95068913c9cb45
treeb4941cdbd9be855128075a15a030ee4628134ebf
parent47d98603e706e8c4f2da2b031f31c6dd2cc3b246
tondaj-sl-814: Mark serial read/write calls as blocking.

These calls are executed from an event handler and were previously nonblocking,
but they have no partial read/write handling. The code is already marked TODO
for improvement.
src/hardware/tondaj-sl-814/protocol.c