X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhameg-hmo%2Fprotocol.c;fp=src%2Fhardware%2Fhameg-hmo%2Fprotocol.c;h=ef30c6f72950c0860482a1540b4572ce70216bd0;hb=0c96de7223a47a21e509bc2c4560e50651d389e5;hp=8ba2a35e68b5030f5f2b4fb5e2a79303e6452e23;hpb=66ddc22a1d20244df7c7b39ab392104976fa93f8;p=libsigrok.git diff --git a/src/hardware/hameg-hmo/protocol.c b/src/hardware/hameg-hmo/protocol.c index 8ba2a35e..ef30c6f7 100644 --- a/src/hardware/hameg-hmo/protocol.c +++ b/src/hardware/hameg-hmo/protocol.c @@ -1086,11 +1086,6 @@ SR_PRIV int hmo_scope_state_get(struct sr_dev_inst *sdi) if (digital_channel_state_get(sdi, config, state) != SR_OK) return SR_ERR; - if (sr_scpi_get_float(sdi->conn, - (*config->scpi_dialect)[SCPI_CMD_GET_TIMEBASE], - &tmp_float) != SR_OK) - return SR_ERR; - if (sr_scpi_get_string(sdi->conn, (*config->scpi_dialect)[SCPI_CMD_GET_TIMEBASE], &tmp_str) != SR_OK)