]> sigrok.org Git - libsigrok.git/commit
serial-dmm: Mark serial read/write calls as nonblocking.
authorMartin Ling <redacted>
Tue, 16 Sep 2014 00:58:54 +0000 (01:58 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:18:20 +0000 (23:18 +0200)
commit4277ac349ced6224e8093fea79b6988315fbb780
tree2ebe821e970acf6dcbfacc9f7a0d438bd7db3fe7
parent02bd1d029858678add65cb436e2ba664673068a9
serial-dmm: Mark serial read/write calls as nonblocking.

This driver opens the port with the SERIAL_NONBLOCK flag so these calls were
already non-blocking.
src/dmm/metex14.c
src/hardware/serial-dmm/protocol.c