Drop obsolete SR_CONF_MEASURED_2ND_QUANTITY.
This commit is contained in:
parent
000f504f24
commit
428d79a810
|
@ -946,9 +946,6 @@ enum sr_configkey {
|
||||||
/** Measured quantity. */
|
/** Measured quantity. */
|
||||||
SR_CONF_MEASURED_QUANTITY,
|
SR_CONF_MEASURED_QUANTITY,
|
||||||
|
|
||||||
/** Measured secondary quantity. */
|
|
||||||
SR_CONF_MEASURED_2ND_QUANTITY,
|
|
||||||
|
|
||||||
/** Equivalent circuit model. */
|
/** Equivalent circuit model. */
|
||||||
SR_CONF_EQUIV_CIRCUIT_MODEL,
|
SR_CONF_EQUIV_CIRCUIT_MODEL,
|
||||||
|
|
||||||
|
|
|
@ -167,8 +167,6 @@ static struct sr_key_info sr_key_info_config[] = {
|
||||||
"Output frequency target", NULL},
|
"Output frequency target", NULL},
|
||||||
{SR_CONF_MEASURED_QUANTITY, SR_T_MQ, "measured_quantity",
|
{SR_CONF_MEASURED_QUANTITY, SR_T_MQ, "measured_quantity",
|
||||||
"Measured quantity", NULL},
|
"Measured quantity", NULL},
|
||||||
{SR_CONF_MEASURED_2ND_QUANTITY, SR_T_STRING, "measured_2nd_quantity",
|
|
||||||
"Measured secondary quantity", NULL},
|
|
||||||
{SR_CONF_EQUIV_CIRCUIT_MODEL, SR_T_STRING, "equiv_circuit_model",
|
{SR_CONF_EQUIV_CIRCUIT_MODEL, SR_T_STRING, "equiv_circuit_model",
|
||||||
"Equivalent circuit model", NULL},
|
"Equivalent circuit model", NULL},
|
||||||
{SR_CONF_OVER_TEMPERATURE_PROTECTION_ACTIVE, SR_T_BOOL, "otp_active",
|
{SR_CONF_OVER_TEMPERATURE_PROTECTION_ACTIVE, SR_T_BOOL, "otp_active",
|
||||||
|
|
Loading…
Reference in New Issue