X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fvictor-dmm%2Fprotocol.c;h=6af51419326694c6241c349b850bb5c04a70a393;hb=5d336f1130ddc2faaeabd7ed6ec602904054bfb8;hp=a18f0a5b9922f4fb5a7d21d3998f1df511e2e76b;hpb=b178c79d35be85a3980248061655f15ca2fa85f5;p=libsigrok.git diff --git a/hardware/victor-dmm/protocol.c b/hardware/victor-dmm/protocol.c index a18f0a5b..6af51419 100644 --- a/hardware/victor-dmm/protocol.c +++ b/hardware/victor-dmm/protocol.c @@ -252,7 +252,7 @@ static void decode_buf(struct sr_dev_inst *sdi, unsigned char *data) if (is_relative) analog.mqflags |= SR_MQFLAG_RELATIVE; - analog.probes = sdi->probes; + analog.channels = sdi->channels; analog.num_samples = 1; analog.data = &fvalue; packet.type = SR_DF_ANALOG;