From 661cc2ec46ea3b7f3b7f560604559b9d54e8448d Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Mon, 17 Aug 2015 01:58:45 +0200 Subject: [PATCH] Convert SR_CONF_MEASURED_QUANTITY to SR_T_MQ. --- src/hwdriver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hwdriver.c b/src/hwdriver.c index 595ea657..fe8ac457 100644 --- a/src/hwdriver.c +++ b/src/hwdriver.c @@ -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},