]> sigrok.org Git - pulseview.git/commitdiff
device.cpp: Add SR_CONF_EXTERNAL_CLOCK_SOURCE.
authorUwe Hermann <redacted>
Tue, 5 Jun 2018 22:25:41 +0000 (00:25 +0200)
committerUwe Hermann <redacted>
Tue, 5 Jun 2018 22:25:41 +0000 (00:25 +0200)
pv/binding/device.cpp

index 4c2321cf33ea66b80bff41a570248fd2c07adcbc..a347f784510a6b012fd5abec8873be74cba7b03d 100644 (file)
@@ -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;