X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=hwdriver.c;h=4728cb074ba9abbde76e56cedbdbcf0118997a02;hp=ee13d6e5816fd9404f2caa9e705380e52d535468;hb=fca75cbb741ae756bf50eaf1cdc6d4d53fcc60cd;hpb=f3ca73edd29a48f8cc19755df629ab2bc9478eea diff --git a/hwdriver.c b/hwdriver.c index ee13d6e5..4728cb07 100644 --- a/hwdriver.c +++ b/hwdriver.c @@ -96,10 +96,10 @@ static struct sr_config_info sr_config_info_data[] = { "Power off", NULL}, {SR_CONF_DATA_SOURCE, SR_T_CHAR, "data_source", "Data source", NULL}, - {SR_CONF_NUM_LOGIC_CHANNELS, SR_T_INT32, "logic_probes", - "Number of logic probes", NULL}, - {SR_CONF_NUM_ANALOG_CHANNELS, SR_T_INT32, "analog_probes", - "Number of analog probes", NULL}, + {SR_CONF_NUM_LOGIC_CHANNELS, SR_T_INT32, "logic_channels", + "Number of logic channels", NULL}, + {SR_CONF_NUM_ANALOG_CHANNELS, SR_T_INT32, "analog_channels", + "Number of analog channels", NULL}, {SR_CONF_OUTPUT_VOLTAGE, SR_T_FLOAT, "output_voltage", "Current output voltage", NULL}, {SR_CONF_OUTPUT_VOLTAGE_MAX, SR_T_FLOAT, "output_voltage_max",