]> sigrok.org Git - libsigrok.git/blobdiff - src/hwdriver.c
Add config key SR_CONF_RANGE.
[libsigrok.git] / src / hwdriver.c
index 38d74964e906d115262c39a181c98bdcb9709147..3d78e769fb2b1067b64ff7b1c20e8c45a8ebac0c 100644 (file)
@@ -195,6 +195,8 @@ static struct sr_key_info sr_key_info_config[] = {
                "Logic threshold (predefined)", NULL},
        {SR_CONF_LOGIC_THRESHOLD_CUSTOM, SR_T_FLOAT, "logic_threshold_custom",
                "Logic threshold (custom)", NULL},
+       {SR_CONF_RANGE, SR_T_STRING, "range",
+               "Range", NULL},
 
        /* Special stuff */
        {SR_CONF_SESSIONFILE, SR_T_STRING, "sessionfile",