X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhwdriver.c;h=c7dc616ca9f959e2f21ce6a27771c19c2f749a0f;hb=6fad08e6abfa4e5ee708f584e530c6b611a65cdb;hp=f9649f0c489666a5a4c9f7f039019bf93cdb4fce;hpb=e7ba5a994b24bec2bb59e0d01f3649154e7bb32c;p=libsigrok.git diff --git a/src/hwdriver.c b/src/hwdriver.c index f9649f0c..c7dc616c 100644 --- a/src/hwdriver.c +++ b/src/hwdriver.c @@ -102,8 +102,8 @@ static struct sr_config_info sr_config_info_data[] = { "Buffer size", NULL}, {SR_CONF_TIMEBASE, SR_T_RATIONAL_PERIOD, "timebase", "Time base", NULL}, - {SR_CONF_FILTER, SR_T_STRING, "filter", - "Filter targets", NULL}, + {SR_CONF_FILTER, SR_T_BOOL, "filter", + "Filter", NULL}, {SR_CONF_VDIV, SR_T_RATIONAL_VOLT, "vdiv", "Volts/div", NULL}, {SR_CONF_COUPLING, SR_T_STRING, "coupling",