X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fbinding%2Fdevice.cpp;h=96217051f8433819cb9e0b575d8be28cc5a7e242;hb=HEAD;hp=d33802d0f571b4309646c356e7c7bb141050d871;hpb=6e8abc5e2d8a64f68fb5a49ee29bb36b86e60a9f;p=pulseview.git diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index d33802d0..855052cd 100644 --- a/pv/binding/device.cpp +++ b/pv/binding/device.cpp @@ -123,6 +123,7 @@ Device::Device(shared_ptr configurable) : case SR_CONF_RLE: case SR_CONF_POWER_OFF: case SR_CONF_AVERAGING: + case SR_CONF_CONTINUOUS: bind_bool(descr, "", get, set); break;