X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fnorma-dmm%2Fprotocol.c;h=8e1466a42df76e0a5504890cf492bd21fb233380;hb=d405193074b11296e33acb56945978c08f2f4f98;hp=d5004a180808ca9e5264d3c139c068bbd4f25df9;hpb=a84f6ad38984dd8cee2e41a1f35a4ddf373d2dfd;p=libsigrok.git diff --git a/hardware/norma-dmm/protocol.c b/hardware/norma-dmm/protocol.c index d5004a18..8e1466a4 100644 --- a/hardware/norma-dmm/protocol.c +++ b/hardware/norma-dmm/protocol.c @@ -349,7 +349,7 @@ static void nma_process_line(const struct sr_dev_inst *sdi) (double)scale, (double)value); /* Finish and send packet. */ - analog.probes = sdi->probes; + analog.channels = sdi->channels; analog.num_samples = 1; analog.data = &value;