X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok.h;h=7ee2fa384729ab90be146a6fa1ea25c525b3a23d;hb=c50277a6ec09fb35de3a6e0f2ae3401bc72a1526;hp=9b40230ad3544a93347c9455508a306b42c5a06b;hpb=328bafabd4781e416e3d711dabd8c4c43f219794;p=libsigrok.git diff --git a/libsigrok.h b/libsigrok.h index 9b40230a..7ee2fa38 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -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, }; /*