]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/asix-sigma/protocol.c
asix-sigma: unconditionally re-enable trigger support code
[libsigrok.git] / src / hardware / asix-sigma / protocol.c
index 5755e77f821f37197dd8db438fd86a0d9de78798..232c69371fd52e33d7240ecabe36795e635c870c 100644 (file)
@@ -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;