From b196610dd66653e4bf8cb0b0a05be1d65114e3c0 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 5 Sep 2018 20:45:39 +0200 Subject: [PATCH] device.cpp: Add SR_CONF_AVERAGING. --- pv/binding/device.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2