X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhwdriver.c;h=b15fc28fc9d3f0083099f0e201e7a50c51e3ae83;hb=be64f90b53d09d9720dc6e06ff8ab61d96c03932;hp=fa730a971ba40de1501d99362b6c0aa32d606f4c;hpb=6ec6c43b4738dbc7091f4a49a4ec80ea6102cb52;p=libsigrok.git diff --git a/src/hwdriver.c b/src/hwdriver.c index fa730a97..b15fc28f 100644 --- a/src/hwdriver.c +++ b/src/hwdriver.c @@ -167,8 +167,6 @@ static struct sr_key_info sr_key_info_config[] = { "Output frequency target", NULL}, {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}, {SR_CONF_EQUIV_CIRCUIT_MODEL, SR_T_STRING, "equiv_circuit_model", "Equivalent circuit model", NULL}, {SR_CONF_OVER_TEMPERATURE_PROTECTION_ACTIVE, SR_T_BOOL, "otp_active", @@ -571,7 +569,8 @@ static int check_key(const struct sr_dev_driver *driver, GVariant *gvar_opts; const uint32_t *opts; uint32_t pub_opt; - char *suffix, *opstr; + const char *suffix; + const char *opstr; if (sdi && cg) suffix = " for this device and channel group";