From: Uwe Hermann Date: Wed, 5 Sep 2018 18:45:39 +0000 (+0200) Subject: device.cpp: Add SR_CONF_AVERAGING. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=b196610dd66653e4bf8cb0b0a05be1d65114e3c0 device.cpp: Add SR_CONF_AVERAGING. --- 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;