X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fnorma-dmm%2Fapi.c;fp=src%2Fhardware%2Fnorma-dmm%2Fapi.c;h=1d1247e309422b51e3ea92f5c05b21f4b3d12c30;hb=f670835f1fbc03525e995d6970a5495976ab7c1a;hp=eb2ba25cf81bb3a8116b130b2c4bfb5bc86283c4;hpb=d2f7c417fdd96a13d8fd86350d2fc13db16f626c;p=libsigrok.git diff --git a/src/hardware/norma-dmm/api.c b/src/hardware/norma-dmm/api.c index eb2ba25c..1d1247e3 100644 --- a/src/hardware/norma-dmm/api.c +++ b/src/hardware/norma-dmm/api.c @@ -203,9 +203,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi) struct dev_context *devc; struct sr_serial_dev_inst *serial; - if (sdi->status != SR_ST_ACTIVE) - return SR_ERR_DEV_CLOSED; - devc = sdi->priv; sr_sw_limits_acquisition_start(&devc->limits);