From: Uwe Hermann Date: Tue, 5 Jun 2018 22:25:41 +0000 (+0200) Subject: device.cpp: Add SR_CONF_EXTERNAL_CLOCK_SOURCE. X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=9cca8508357758b6ee68f25c998bf4de8822df14 device.cpp: Add SR_CONF_EXTERNAL_CLOCK_SOURCE. --- diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index 4c2321cf..a347f784 100644 --- a/pv/binding/device.cpp +++ b/pv/binding/device.cpp @@ -98,6 +98,7 @@ Device::Device(shared_ptr 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;