]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/maynuo-m97/api.c
Drop SR_CONF_SET flag from SR_CONF_CONTINUOUS options
[libsigrok.git] / src / hardware / maynuo-m97 / api.c
index 3878e6f90778328929c4bb5db60adecfde15cd3f..2a18a5a1ac26970a896dbaaea0a5497e7253fdb4 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_GET | SR_CONF_SET,
        SR_CONF_LIMIT_MSEC | SR_CONF_GET | SR_CONF_SET,
 };