X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fmotech-lps-30x%2Fprotocol.c;h=c4afd657a730becdc1a26ede17917b35a193b9a5;hb=419bfb50098a33007099837d9ae7900deb1568e2;hp=11c1be6d3fca7a39b9fd7c3572b9d7172444582b;hpb=1f7da0c2bbc096cdc5750f47e084ced8c7ce6e48;p=libsigrok.git diff --git a/hardware/motech-lps-30x/protocol.c b/hardware/motech-lps-30x/protocol.c index 11c1be6d..c4afd657 100644 --- a/hardware/motech-lps-30x/protocol.c +++ b/hardware/motech-lps-30x/protocol.c @@ -66,12 +66,10 @@ static void send_data(struct sr_dev_inst *sdi) static void process_line(struct sr_dev_inst *sdi) { struct dev_context *devc; - struct sr_serial_dev_inst *serial; double dbl; int auxint; devc = sdi->priv; - serial = sdi->conn; switch (devc->acq_req_pending) { case 0: /* Should not happen... */