changed printing of "offset , target" to "reading , target" since
the value it was printing was the actual voltage reading and not an offset from the target value
This commit is contained in:
parent
d8c8e696af
commit
33ec9a58fa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue