Rename SR_CONF_LCR_METER to SR_CONF_LCRMETER.

(to be consistent with some other key names)
This commit is contained in:
Uwe Hermann 2014-10-13 11:39:15 +02:00
parent 3ea46116de
commit b9a348f56c
2 changed files with 2 additions and 2 deletions

View File

@ -575,7 +575,7 @@ enum sr_configkey {
SR_CONF_POWER_SUPPLY,
/** LCR meter. */
SR_CONF_LCR_METER,
SR_CONF_LCRMETER,
/*--- Driver scan options -------------------------------------------*/

View File

@ -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,