X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fteleinfo%2Fapi.c;h=4060b03ebf67866baaf1871c8c6e8f5d6a258a6a;hb=5827f61b641cfd326a9cf2ea534eb4f9481a8187;hp=02de164c8dae5e58bf5bec6e05cc357361a870fb;hpb=138589b02e3dd6aaad64e94a48efdf47d9b7d7d1;p=libsigrok.git diff --git a/src/hardware/teleinfo/api.c b/src/hardware/teleinfo/api.c index 02de164c..4060b03e 100644 --- a/src/hardware/teleinfo/api.c +++ b/src/hardware/teleinfo/api.c @@ -30,9 +30,9 @@ static const uint32_t scanopts[] = { static const uint32_t devopts[] = { SR_CONF_ENERGYMETER, - 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 teleinfo_driver_info;