]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/colead-slm/api.c
Publish config key capabilities.
[libsigrok.git] / src / hardware / colead-slm / api.c
index d299693f95b49be54694c2c8bc7958b47bdd8d79..0f4225e5c93af561d2d499f0d9d8d2edf0ee2f81 100644 (file)
@@ -37,9 +37,9 @@ static const uint32_t scanopts[] = {
 
 static const uint32_t devopts[] = {
        SR_CONF_SOUNDLEVELMETER,
-       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 colead_slm_driver_info;