]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/mic-985xx/api.c
Drop SR_CONF_SET flag from SR_CONF_CONTINUOUS options
[libsigrok.git] / src / hardware / mic-985xx / api.c
index 8e1bba8d780913d43db06716628f263563054cf0..46cad7dbcaf4ec81a417e20a078bf38e8a75583a 100644 (file)
@@ -36,7 +36,7 @@ static const uint32_t drvopts_temp_hum[] = {
 };
 
 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,
 };