]> sigrok.org Git - libsigrok.git/commit
dmm: vc870: show display value properly in debug output
authorWolfram Sang <redacted>
Sun, 3 Jan 2016 21:27:40 +0000 (22:27 +0100)
committerUwe Hermann <redacted>
Tue, 5 Jan 2016 21:25:29 +0000 (22:25 +0100)
commitb89462e45706e9b4f65eced96c7d76347f4b5569
treea42d1c37160d033c5341d7b8e6eb1e12a283c160
parent32ba0d80054df01767ec323c621ab1c6bc5f310c
dmm: vc870: show display value properly in debug output

It was confusing to see the display value (5 digits) printed in debug
output as a float. Print it the same way as shown on the real device,
without comma, of course.
This also allows to simplify the code a little.

Signed-off-by: Wolfram Sang <redacted>
src/dmm/vc870.c