From 9cca8508357758b6ee68f25c998bf4de8822df14 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 6 Jun 2018 00:25:41 +0200 Subject: [PATCH 1/1] device.cpp: Add SR_CONF_EXTERNAL_CLOCK_SOURCE. --- pv/binding/device.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2