]> sigrok.org Git - libsigrok.git/commit - src/hardware/norma-dmm/protocol.c
norma-dmm: Mark serial read call as nonblocking.
authorMartin Ling <redacted>
Sun, 21 Sep 2014 18:11:23 +0000 (19:11 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:31 +0000 (23:30 +0200)
commit32950cc071715efae178aac92e7975c8ed185fd1
tree760c5de074632ac4733d08bf865e1de43337af9c
parent5b980134c527de2f7971a69f7264fffd726625ea
norma-dmm: Mark serial read call as nonblocking.

This call was already nonblocking since the driver opens the port with the
SERIAL_NONBLOCK flag. It only reads one byte, and a zero result is handled
appropriately.
src/hardware/norma-dmm/protocol.c