victor-dmm: Set spec digits to 3, matching the display.

This commit is contained in:
Bert Vermeulen 2014-11-18 00:24:08 +01:00
parent 4b4fdeea94
commit 28b4243493
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ static void decode_buf(struct sr_dev_inst *sdi, unsigned char *data)
fvalue = -fvalue;
sr_analog_init(&analog, &encoding, &meaning, &spec, 4);
spec.spec_digits = 3;
/* Measurement mode */
meaning.channels = sdi->channels;