]> sigrok.org Git - libsigrok.git/commit - src/scpi/scpi_serial.c
scpi_serial: Mark read/write calls nonblocking, remove SERIAL_NONBLOCK.
authorMartin Ling <redacted>
Sun, 21 Sep 2014 18:29:13 +0000 (19:29 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:32 +0000 (23:30 +0200)
commit406e0c79cfbc5893635bbdece6f5c8b2ca9c9b25
treebc7357e85a3197e1ff8f49359960769fc892c41d
parent7ef93fb09fef3904e333cfbd28aacd418d324ad9
scpi_serial: Mark read/write calls nonblocking, remove SERIAL_NONBLOCK.

These calls were already nonblocking. Having marked them as such, the flag can
be removed.
src/scpi/scpi_serial.c