Add config key for LCR meter type.
Add a config key that can be used to indicate that the device is an LCR meter.
This commit is contained in:
parent
ae27f28165
commit
0ffce50d44
|
@ -574,6 +574,9 @@ enum sr_configkey {
|
|||
/** Programmable power supply. */
|
||||
SR_CONF_POWER_SUPPLY,
|
||||
|
||||
/** LCR meter. */
|
||||
SR_CONF_LCR_METER,
|
||||
|
||||
/*--- Driver scan options -------------------------------------------*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue