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:
Janne Huttunen 2014-10-11 15:47:31 +03:00 committed by Uwe Hermann
parent ae27f28165
commit 0ffce50d44
1 changed files with 3 additions and 0 deletions

View File

@ -574,6 +574,9 @@ enum sr_configkey {
/** Programmable power supply. */
SR_CONF_POWER_SUPPLY,
/** LCR meter. */
SR_CONF_LCR_METER,
/*--- Driver scan options -------------------------------------------*/
/**