]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Deprecate SR_DI_TRIGGER_TYPES.
[libsigrok.git] / libsigrok.h
index 9b40230ad3544a93347c9455508a306b42c5a06b..7ee2fa384729ab90be146a6fa1ea25c525b3a23d 100644 (file)
@@ -461,6 +461,9 @@ enum {
        /** Coupling. */
        SR_CONF_COUPLING,
 
+       /** Trigger types.  */
+       SR_CONF_TRIGGER_TYPE,
+
        /*--- Special stuff -------------------------------------------------*/
 
        /** Session filename. */
@@ -551,8 +554,6 @@ enum {
        SR_DI_HWOPTS = 10000,
        /** A list of capabilities supported by the device. */
        SR_DI_HWCAPS,
-       /** Types of logic trigger supported, out of "01crf" (char *). */
-       SR_DI_TRIGGER_TYPES,
 };
 
 /*