projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd0b243
)
device.cpp: Add SR_CONF_AVERAGING.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 5 Sep 2018 18:45:39 +0000
(20:45 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 5 Sep 2018 22:25:00 +0000
(
00:25
+0200)
pv/binding/device.cpp
patch
|
blob
|
history
diff --git
a/pv/binding/device.cpp
b/pv/binding/device.cpp
index a347f784510a6b012fd5abec8873be74cba7b03d..993261330b479b9f4d9a5451f5ee9471c22006ee 100644
(file)
--- a/
pv/binding/device.cpp
+++ b/
pv/binding/device.cpp
@@
-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;