]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/center-3xx/api.c
Drop SR_CONF_SET flag from SR_CONF_CONTINUOUS options
[libsigrok.git] / src / hardware / center-3xx / api.c
index 2e72cc969ce68b820bfda39374e19699337f4c9f..997d1405b1b6d8d93ec88b73c4aba4dc8ef56bc1 100644 (file)
@@ -31,7 +31,7 @@ static const uint32_t drvopts[] = {
 };
 
 static const uint32_t devopts[] = {
-       SR_CONF_CONTINUOUS | SR_CONF_SET,
+       SR_CONF_CONTINUOUS,
        SR_CONF_LIMIT_SAMPLES | SR_CONF_SET,
        SR_CONF_LIMIT_MSEC | SR_CONF_SET,
 };