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

This reverts commit 28b4243493.
This commit is contained in:
Bert Vermeulen 2014-11-18 18:10:19 +01:00
parent 63ea6141b6
commit 5c868fef43
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ 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;