X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhwdriver.c;h=dea7c9e42c604760c999e2c0b0e7f22e0d0af797;hb=a77585d4ae95e103ebf3ae03fc0a219366c4c0c7;hp=c6c5645659e44a50d81c230f0b1dcc70a97722a0;hpb=b94dd07b0823ae1607ce8159681a31833a01e199;p=libsigrok.git diff --git a/src/hwdriver.c b/src/hwdriver.c index c6c56456..dea7c9e4 100644 --- a/src/hwdriver.c +++ b/src/hwdriver.c @@ -159,6 +159,8 @@ static struct sr_config_info sr_config_info_data[] = { "Over-temperature protection", NULL}, {SR_CONF_OUTPUT_FREQUENCY, SR_T_FLOAT, "output_frequency", "Output frequency", NULL}, + {SR_CONF_OUTPUT_FREQUENCY_TARGET, SR_T_FLOAT, "output_frequency_target", + "Output frequency target", NULL}, {SR_CONF_MEASURED_QUANTITY, SR_T_STRING, "measured_quantity", "Measured quantity", NULL}, {SR_CONF_MEASURED_2ND_QUANTITY, SR_T_STRING, "measured_2nd_quantity",