X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Fdevice.cpp;h=993261330b479b9f4d9a5451f5ee9471c22006ee;hp=a347f784510a6b012fd5abec8873be74cba7b03d;hb=b196610dd66653e4bf8cb0b0a05be1d65114e3c0;hpb=cd0b243a41af5c63f200a647bf435a50f03ad5d6 diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index a347f78..9932613 100644 --- a/pv/binding/device.cpp +++ b/pv/binding/device.cpp @@ -106,6 +106,7 @@ Device::Device(shared_ptr 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;