]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
ols: add external clock support
[libsigrok.git] / libsigrok.h
index a93a07ea3a4745218ce74c167117f254d3df75a8..b8f4f757019d45c6be16c957c2e0f83e2e0e4a2d 100644 (file)
@@ -628,6 +628,9 @@ enum {
        /** The device supports setting a pattern (pattern generator mode). */
        SR_CONF_PATTERN_MODE,
 
+       /** The devices supports using a external clock. */
+       SR_CONF_EXTERNAL_CLOCK,
+
        /** The device supports Run Length Encoding. */
        SR_CONF_RLE,