X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fasix-sigma%2Fapi.c;h=30d32da4e343c5eb5b697da4e28cd0c64c40b9f0;hp=4e3d32beb99f1f934e37a36af306883628d94373;hb=f670835f1fbc03525e995d6970a5495976ab7c1a;hpb=d2f7c417fdd96a13d8fd86350d2fc13db16f626c diff --git a/src/hardware/asix-sigma/api.c b/src/hardware/asix-sigma/api.c index 4e3d32be..30d32da4 100644 --- a/src/hardware/asix-sigma/api.c +++ b/src/hardware/asix-sigma/api.c @@ -299,9 +299,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi) uint8_t clock_bytes[sizeof(clockselect)]; size_t clock_idx; - if (sdi->status != SR_ST_ACTIVE) - return SR_ERR_DEV_CLOSED; - devc = sdi->priv; if (sigma_convert_trigger(sdi) != SR_OK) {