changed printing of "offset , target" to "reading , target" since
authorFrank Mori Hess <fmhess@speakeasy.net>
Sun, 24 Nov 2002 15:15:05 +0000 (15:15 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sun, 24 Nov 2002 15:15:05 +0000 (15:15 +0000)
the value it was printing was the actual voltage reading and not an
offset from the target value

comedi_calibrate/comedi_calibrate.c

index c49f15d355b3b98fcbef008c54a40320d48ff92a..711ad86b0644918528cd24f7f804e73320f65c9a 100644 (file)
@@ -318,7 +318,7 @@ void measure_observable( calibration_setup_t *setup, int obs)
        n = new_sv_measure(setup->dev, &sv);
 
        sci_sprint_alt(s,sv.average,sv.error);
-       DPRINT(0,"offset %s, target %g\n",s, setup->observables[obs].target);
+       DPRINT(0,"reading %s, target %g\n",s, setup->observables[obs].target);
 }
 
 void observable_dependence(calibration_setup_t *setup, int obs)