]> sigrok.org Git - libsigrok.git/blobdiff - hardware/ikalogic-scanalogic2/protocol.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / hardware / ikalogic-scanalogic2 / protocol.c
index 87218de57eb09d5f057b673f9f142f988fb477ff..475b6225b4c3290111e0041a7c724c08a4da1921 100644 (file)
@@ -482,7 +482,7 @@ SR_PRIV int sl2_set_limit_samples(const struct sr_dev_inst *sdi,
 SR_PRIV void sl2_configure_trigger(const struct sr_dev_inst *sdi)
 {
        struct dev_context *devc;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        uint8_t trigger_type;
        int probe_index, num_triggers_anyedge;
        char *trigger;