X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fcolead-slm%2Fapi.c;h=f7a1c16ffc20ce8343f0a1fa5c3b74f428851e73;hp=762cda19df7809a859c4aadc5ce82693debf8b29;hb=f670835f1fbc03525e995d6970a5495976ab7c1a;hpb=d2f7c417fdd96a13d8fd86350d2fc13db16f626c diff --git a/src/hardware/colead-slm/api.c b/src/hardware/colead-slm/api.c index 762cda19..f7a1c16f 100644 --- a/src/hardware/colead-slm/api.c +++ b/src/hardware/colead-slm/api.c @@ -123,9 +123,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi) struct dev_context *devc = sdi->priv; struct sr_serial_dev_inst *serial; - if (sdi->status != SR_ST_ACTIVE) - return SR_ERR_DEV_CLOSED; - sr_sw_limits_acquisition_start(&devc->limits); std_session_send_df_header(sdi);