X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fbrymen-bm86x%2Fprotocol.c;h=f6ccc3068fe6445fbd7f0e249d1434afa0494524;hb=8dc423b033678508ec08d7c473d883d4b3a58178;hp=adf0e0f6ed010c74368901fee9d0f818521cb88b;hpb=1baf30f5f713041fb3ac3383c8aafd81090ec446;p=libsigrok.git diff --git a/src/hardware/brymen-bm86x/protocol.c b/src/hardware/brymen-bm86x/protocol.c index adf0e0f6..f6ccc306 100644 --- a/src/hardware/brymen-bm86x/protocol.c +++ b/src/hardware/brymen-bm86x/protocol.c @@ -218,6 +218,7 @@ static void brymen_bm86x_handle_packet(const struct sr_dev_inst *sdi, devc = sdi->priv; + /* Note: digits/spec_digits will be overridden later. */ sr_analog_init(&analog[0], &encoding[0], &meaning[0], &spec[0], 0); sr_analog_init(&analog[1], &encoding[1], &meaning[1], &spec[1], 0);