]> sigrok.org Git - pulseview.git/blobdiff - pv/binding/device.cpp
device.cpp: Add SR_CONF_AVERAGING.
[pulseview.git] / pv / binding / device.cpp
index a347f784510a6b012fd5abec8873be74cba7b03d..993261330b479b9f4d9a5451f5ee9471c22006ee 100644 (file)
@@ -106,6 +106,7 @@ Device::Device(shared_ptr<sigrok::Configurable> configurable) :
                case SR_CONF_EXTERNAL_CLOCK:
                case SR_CONF_RLE:
                case SR_CONF_POWER_OFF:
+               case SR_CONF_AVERAGING:
                        bind_bool(name, "", get, set);
                        break;