X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fbinding%2Fdevice.cpp;fp=pv%2Fbinding%2Fdevice.cpp;h=855052cddc7e909a7c77c62783f50154ea702dd1;hb=a00c1b6edc840564eea6bb22d292892970f0071e;hp=d33802d0f571b4309646c356e7c7bb141050d871;hpb=fe94bf8255145410d1673880932d59573c829b0e;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;