X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fasix-sigma%2Fprotocol.c;h=232c69371fd52e33d7240ecabe36795e635c870c;hp=5755e77f821f37197dd8db438fd86a0d9de78798;hb=e09267136518776a5afc42049d1953360f2d3966;hpb=f14e6f7e1aab7f2ccfdffe6540d162f292c00a2c diff --git a/src/hardware/asix-sigma/protocol.c b/src/hardware/asix-sigma/protocol.c index 5755e77f..232c6937 100644 --- a/src/hardware/asix-sigma/protocol.c +++ b/src/hardware/asix-sigma/protocol.c @@ -1536,11 +1536,6 @@ SR_PRIV int sigma_convert_trigger(const struct sr_dev_inst *sdi) if (!trigger) return SR_OK; - if (!ASIX_SIGMA_WITH_TRIGGER) { - sr_warn("Trigger support is not implemented. Ignoring the spec."); - return SR_OK; - } - trigger_set = 0; for (l = trigger->stages; l; l = l->next) { stage = l->data;