X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fgmc-mh-1x-2x%2Fprotocol.c;h=ad7ae5677a4f045ecbaf0e1aa5f0a5dbdda51e70;hb=1beccaed464a4d92a070988a0331fe399f9f7a7a;hp=11ca021e6786acbfa2fbbebaee1281559cf2dc9d;hpb=e8be616955f2bc4e2c72fc55d899056ad68fb75c;p=libsigrok.git diff --git a/src/hardware/gmc-mh-1x-2x/protocol.c b/src/hardware/gmc-mh-1x-2x/protocol.c index 11ca021e..ad7ae567 100644 --- a/src/hardware/gmc-mh-1x-2x/protocol.c +++ b/src/hardware/gmc-mh-1x-2x/protocol.c @@ -602,7 +602,6 @@ static void decode_rs_2x_TR2(uint8_t rs, struct dev_context *devc) devc->scale *= -1.0; } - /** * Decode special chars (Metrahit 2x). * @@ -1497,7 +1496,6 @@ SR_PRIV const char *gmc_model_str(enum model mcode) } } - /** @copydoc sr_dev_driver.config_set */ SR_PRIV int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sdi,