]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/norma-dmm/api.c
Publish config key capabilities.
[libsigrok.git] / src / hardware / norma-dmm / api.c
index 48a8f13323c911324dfa5681ca03111557b0fcae..c5f95d28e020526f62d5d5e5e00b9272a068267f 100644 (file)
@@ -31,9 +31,9 @@ static const uint32_t scanopts[] = {
 
 static const uint32_t devopts[] = {
        SR_CONF_MULTIMETER,
-       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,
 };
 
 #define BUF_MAX 50