X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=hwdriver.c;h=4728cb074ba9abbde76e56cedbdbcf0118997a02;hp=f198e86325d8a581236255216e25a6d9c9ff2271;hb=fca75cbb741ae756bf50eaf1cdc6d4d53fcc60cd;hpb=53b4680fceab9351fc87b8c5b34854733f5fdac0 diff --git a/hwdriver.c b/hwdriver.c index f198e863..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_PROBES, SR_T_INT32, "logic_probes", - "Number of logic probes", NULL}, - {SR_CONF_NUM_ANALOG_PROBES, 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",