]> sigrok.org Git - libsigrok.git/commit - src/hardware/center-3xx/protocol.c
center-3xx: Mark serial read call as nonblocking.
authorMartin Ling <redacted>
Sun, 21 Sep 2014 16:46:39 +0000 (17:46 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:00 +0000 (23:30 +0200)
commit3582ce8a01ef4f4befd3fccc28c5788196d48499
tree2ec2c2871f888ea0f1004d64142fc6d423498dbf
parentd7b269da8fc0a5dc2334a07f0fa371825aaceb34
center-3xx: Mark serial read call as nonblocking.

This call was already nonblocking because the driver opens the port with the
SERIAL_NONBLOCK flag. Partial reads are handled.
src/hardware/center-3xx/protocol.c