X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hwdriver.c;h=3dd44db0aa182c7f46236bb510c443be184e3cbc;hb=860bc59b0ff598f37f23a1882bf5822ef7c86382;hp=302ffdc5196eba6a19127cc6e7e5bda615942a2b;hpb=625763e2c2b69f79b950ad0b0cd8b779500f5d95;p=libsigrok.git diff --git a/hwdriver.c b/hwdriver.c index 302ffdc5..3dd44db0 100644 --- a/hwdriver.c +++ b/hwdriver.c @@ -118,6 +118,8 @@ static struct sr_config_info sr_config_info_data[] = { "Over-current protection", NULL}, {SR_CONF_LIMIT_SAMPLES, SR_T_UINT64, "limit_samples", "Sample limit", NULL}, + {SR_CONF_CLOCK_EDGE, SR_T_CHAR, "clock_edge", + "Clock edge", NULL}, {0, 0, NULL, NULL, NULL}, };