X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fatten-pps3xxx%2Fprotocol.c;h=7cf0f9342e3d8bf8447e8d920672e5863a98f79b;hb=869c83751149aa03cda072355c2b670569cdfc0d;hp=0102adbd9a33b731cd021f7b6d7e632b3067be01;hpb=a005472fa226ad23b2df42956c448c3cfb6eefa3;p=libsigrok.git diff --git a/src/hardware/atten-pps3xxx/protocol.c b/src/hardware/atten-pps3xxx/protocol.c index 0102adbd..7cf0f934 100644 --- a/src/hardware/atten-pps3xxx/protocol.c +++ b/src/hardware/atten-pps3xxx/protocol.c @@ -47,6 +47,7 @@ static void handle_packet(const struct sr_dev_inst *sdi) devc = sdi->priv; dump_packet("received", devc->packet); + /* Note: digits/spec_digits will be overridden later. */ sr_analog_init(&analog, &encoding, &meaning, &spec, 0); packet.type = SR_DF_ANALOG;