]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/mic-985xx/api.c
Publish config key capabilities.
[libsigrok.git] / src / hardware / mic-985xx / api.c
index 10f114e4ec821dd2a86030f297022024adc26e87..8f9dd5cbef7ad301bb27197ebd2604ef04ef35a6 100644 (file)
@@ -28,9 +28,9 @@ static const uint32_t scanopts[] = {
 static const uint32_t devopts[] = {
        SR_CONF_THERMOMETER,
        SR_CONF_HYGROMETER,
-       SR_CONF_LIMIT_SAMPLES,
-       SR_CONF_LIMIT_MSEC,
        SR_CONF_CONTINUOUS,
+       SR_CONF_LIMIT_SAMPLES | SR_CONF_SET,
+       SR_CONF_LIMIT_MSEC | SR_CONF_SET,
 };
 
 SR_PRIV struct sr_dev_driver mic_98581_driver_info;