Rename SR_CONF_LCR_METER to SR_CONF_LCRMETER.
(to be consistent with some other key names)
This commit is contained in:
parent
3ea46116de
commit
b9a348f56c
|
@ -575,7 +575,7 @@ enum sr_configkey {
|
||||||
SR_CONF_POWER_SUPPLY,
|
SR_CONF_POWER_SUPPLY,
|
||||||
|
|
||||||
/** LCR meter. */
|
/** LCR meter. */
|
||||||
SR_CONF_LCR_METER,
|
SR_CONF_LCRMETER,
|
||||||
|
|
||||||
/*--- Driver scan options -------------------------------------------*/
|
/*--- Driver scan options -------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
@ -822,7 +822,7 @@ static const uint32_t scanopts[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint32_t devopts[] = {
|
static const uint32_t devopts[] = {
|
||||||
SR_CONF_LCR_METER,
|
SR_CONF_LCRMETER,
|
||||||
SR_CONF_CONTINUOUS,
|
SR_CONF_CONTINUOUS,
|
||||||
SR_CONF_LIMIT_SAMPLES | SR_CONF_SET,
|
SR_CONF_LIMIT_SAMPLES | SR_CONF_SET,
|
||||||
SR_CONF_LIMIT_MSEC | SR_CONF_SET,
|
SR_CONF_LIMIT_MSEC | SR_CONF_SET,
|
||||||
|
|
Loading…
Reference in New Issue