projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e639f24
)
device.cpp: Add SR_CONF_EXTERNAL_CLOCK_SOURCE.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 5 Jun 2018 22:25:41 +0000
(
00:25
+0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 5 Jun 2018 22:25:41 +0000
(
00:25
+0200)
pv/binding/device.cpp
patch
|
blob
|
history
diff --git
a/pv/binding/device.cpp
b/pv/binding/device.cpp
index 4c2321cf33ea66b80bff41a570248fd2c07adcbc..a347f784510a6b012fd5abec8873be74cba7b03d 100644
(file)
--- a/
pv/binding/device.cpp
+++ b/
pv/binding/device.cpp
@@
-98,6
+98,7
@@
Device::Device(shared_ptr<sigrok::Configurable> configurable) :
case SR_CONF_COUPLING:
case SR_CONF_CLOCK_EDGE:
case SR_CONF_DATA_SOURCE:
+ case SR_CONF_EXTERNAL_CLOCK_SOURCE:
bind_enum(name, "", key, capabilities, get, set);
break;