From: Uwe Hermann Date: Mon, 13 Oct 2014 09:39:15 +0000 (+0200) Subject: Rename SR_CONF_LCR_METER to SR_CONF_LCRMETER. X-Git-Tag: libsigrok-0.4.0~866 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=b9a348f56c5999f263a2a30c42c49ec8547a2eef Rename SR_CONF_LCR_METER to SR_CONF_LCRMETER. (to be consistent with some other key names) --- diff --git a/include/libsigrok/libsigrok.h b/include/libsigrok/libsigrok.h index 56b4f16f..124c7449 100644 --- a/include/libsigrok/libsigrok.h +++ b/include/libsigrok/libsigrok.h @@ -575,7 +575,7 @@ enum sr_configkey { SR_CONF_POWER_SUPPLY, /** LCR meter. */ - SR_CONF_LCR_METER, + SR_CONF_LCRMETER, /*--- Driver scan options -------------------------------------------*/ diff --git a/src/lcr/es51919.c b/src/lcr/es51919.c index b602cc5a..40fad3f6 100644 --- a/src/lcr/es51919.c +++ b/src/lcr/es51919.c @@ -822,7 +822,7 @@ static const uint32_t scanopts[] = { }; static const uint32_t devopts[] = { - SR_CONF_LCR_METER, + SR_CONF_LCRMETER, SR_CONF_CONTINUOUS, SR_CONF_LIMIT_SAMPLES | SR_CONF_SET, SR_CONF_LIMIT_MSEC | SR_CONF_SET,