X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ftesto%2Fprotocol.c;h=15717c02cfa7bc76891af20321c19ef7c0544a48;hb=1beccaed464a4d92a070988a0331fe399f9f7a7a;hp=1505e5bc9b4ebbbe2dbceabf036b789dba5f3068;hpb=e8be616955f2bc4e2c72fc55d899056ad68fb75c;p=libsigrok.git diff --git a/src/hardware/testo/protocol.c b/src/hardware/testo/protocol.c index 1505e5bc..15717c02 100644 --- a/src/hardware/testo/protocol.c +++ b/src/hardware/testo/protocol.c @@ -51,7 +51,6 @@ SR_PRIV int testo_set_serial_params(struct sr_usb_dev_inst *usb) return SR_OK; } - /* Due to the modular nature of the Testo hardware, you can't assume * which measurements the device will supply. Fetch a single result * set synchronously to see which measurements it has. */ @@ -289,4 +288,3 @@ SR_PRIV void testo_receive_packet(const struct sr_dev_inst *sdi) g_slist_free(analog.channels); } } -