Fix short names for SR_CONF_OUTPUT_VOLTAGE_TARGET/_CURRENT_LIMIT.
This commit is contained in:
parent
d3a401c15b
commit
ae431bc8d6
|
@ -106,11 +106,11 @@ static struct sr_config_info sr_config_info_data[] = {
|
||||||
"Number of analog channels", NULL},
|
"Number of analog channels", NULL},
|
||||||
{SR_CONF_OUTPUT_VOLTAGE, SR_T_FLOAT, "output_voltage",
|
{SR_CONF_OUTPUT_VOLTAGE, SR_T_FLOAT, "output_voltage",
|
||||||
"Current output voltage", NULL},
|
"Current output voltage", NULL},
|
||||||
{SR_CONF_OUTPUT_VOLTAGE_TARGET, SR_T_FLOAT, "output_voltage_max",
|
{SR_CONF_OUTPUT_VOLTAGE_TARGET, SR_T_FLOAT, "output_voltage_target",
|
||||||
"Output voltage target", NULL},
|
"Output voltage target", NULL},
|
||||||
{SR_CONF_OUTPUT_CURRENT, SR_T_FLOAT, "output_current",
|
{SR_CONF_OUTPUT_CURRENT, SR_T_FLOAT, "output_current",
|
||||||
"Current output current", NULL},
|
"Current output current", NULL},
|
||||||
{SR_CONF_OUTPUT_CURRENT_LIMIT, SR_T_FLOAT, "output_current_max",
|
{SR_CONF_OUTPUT_CURRENT_LIMIT, SR_T_FLOAT, "output_current_limit",
|
||||||
"Output current limit", NULL},
|
"Output current limit", NULL},
|
||||||
{SR_CONF_OUTPUT_ENABLED, SR_T_BOOL, "output_enabled",
|
{SR_CONF_OUTPUT_ENABLED, SR_T_BOOL, "output_enabled",
|
||||||
"Output enabled", NULL},
|
"Output enabled", NULL},
|
||||||
|
|
Loading…
Reference in New Issue