]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok-internal.h
Rename a few more API calls with 'probe' in their name.
[libsigrok.git] / libsigrok-internal.h
index 4d508c5b11ca64343b8c3947e85bde73897523a4..60c35b831a74acf0b22729426231ea597d67bf5c 100644 (file)
@@ -224,7 +224,7 @@ SR_PRIV int sr_err(const char *format, ...);
 
 /*--- device.c --------------------------------------------------------------*/
 
-/** Values for the changes argument of sr_dev_driver.config_probe_set. */
+/** Values for the changes argument of sr_dev_driver.config_channel_set. */
 enum {
        /** The enabled state of the probe has been changed. */
        SR_CHANNEL_SET_ENABLED = 1 << 0,