Convert SR_CONF_MEASURED_QUANTITY to SR_T_MQ.

This commit is contained in:
Bert Vermeulen 2015-08-17 01:58:45 +02:00
parent 83478149b1
commit 661cc2ec46
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ static struct sr_key_info sr_key_info_config[] = {
"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",
{SR_CONF_MEASURED_QUANTITY, SR_T_MQ, "measured_quantity",
"Measured quantity", NULL},
{SR_CONF_MEASURED_2ND_QUANTITY, SR_T_STRING, "measured_2nd_quantity",
"Measured secondary quantity", NULL},