projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c8e69
)
changed printing of "offset , target" to "reading , target" since
author
Frank Mori Hess
<fmhess@speakeasy.net>
Sun, 24 Nov 2002 15:15:05 +0000
(15:15 +0000)
committer
Frank 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
patch
|
blob
|
history
diff --git
a/comedi_calibrate/comedi_calibrate.c
b/comedi_calibrate/comedi_calibrate.c
index c49f15d355b3b98fcbef008c54a40320d48ff92a..711ad86b0644918528cd24f7f804e73320f65c9a 100644
(file)
--- a/
comedi_calibrate/comedi_calibrate.c
+++ b/
comedi_calibrate/comedi_calibrate.c
@@
-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)