]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Remove obsolete API call sr_dev_trigger_set().
[libsigrok.git] / libsigrok.h
index 3408f4338392e8b9b3061866426fac1f3980368a..dd776c35146ee4e62dc45b71673d7d778ff04b2d 100644 (file)
@@ -979,7 +979,7 @@ struct sr_dev_driver {
                        const struct sr_dev_inst *sdi,
                        const struct sr_channel_group *cg);
        /** Channel status change.
-        *  @see sr_dev_channel_enable(), sr_dev_trigger_set(). */
+        *  @see sr_dev_channel_enable(). */
        int (*config_channel_set) (const struct sr_dev_inst *sdi,
                        struct sr_channel *ch, unsigned int changes);
        /** Apply configuration settings to the device hardware.