]> sigrok.org Git - libsigrok.git/commit
ut71x: Fix float printing issue in a debug message.
authorUwe Hermann <redacted>
Sun, 21 May 2017 14:34:41 +0000 (16:34 +0200)
committerUwe Hermann <redacted>
Sun, 21 May 2017 16:17:58 +0000 (18:17 +0200)
commit2b17aeb87453b956ff686c6393fa688adbc9e0b9
treefc110e267d118394b9f6baf29e0596f2263faf5a
parent16a1d50a6372725c6b4f5b76175f62a64366bfa0
ut71x: Fix float printing issue in a debug message.

Old:
ut71x: Applying exponent -12, new value is 0.000000.
P1: 1.500 nF AUTO
P1: 1.500 nF AUTO

New:
ut71x: Applying exponent -12, new value is 1.5e-09.
P1: 1.500 nF AUTO
P1: 1.500 nF AUTO

This fixes bug #700.
src/dmm/ut71x.c