X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ftesto%2Fprotocol.c;h=d2e7c7ed5760e3156d9f7ba43c705150f9d1ecaf;hb=b1f8310376265f622c6f7d81c0cc0580598ea973;hp=46e9ae62baf6071233c1df660853e14081b8eefd;hpb=329733d92c5004f0fe308eff26b9537fded2cdf3;p=libsigrok.git diff --git a/src/hardware/testo/protocol.c b/src/hardware/testo/protocol.c index 46e9ae62..d2e7c7ed 100644 --- a/src/hardware/testo/protocol.c +++ b/src/hardware/testo/protocol.c @@ -81,7 +81,7 @@ SR_PRIV int testo_probe_channels(struct sr_dev_inst *sdi) return SR_ERR; packet_len = 0; - while(TRUE) { + while (TRUE) { if (libusb_bulk_transfer(usb->devhdl, EP_IN, buf, MAX_REPLY_SIZE, &len, 250) < 0) return SR_ERR;