projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3cf83
)
took out some debug messages i accidentaly left in
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 5 May 2003 14:37:39 +0000
(14:37 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 5 May 2003 14:37:39 +0000
(14:37 +0000)
comedi_calibrate/comedi_calibrate.c
patch
|
blob
|
history
diff --git
a/comedi_calibrate/comedi_calibrate.c
b/comedi_calibrate/comedi_calibrate.c
index d6057cabf50839c4f74e7f8da07d89452d227551..57bb5ab6ffc5b62fc5dc7b71df4870121234ce59 100644
(file)
--- a/
comedi_calibrate/comedi_calibrate.c
+++ b/
comedi_calibrate/comedi_calibrate.c
@@
-516,7
+516,6
@@
void cal_binary( calibration_setup_t *setup, int obs, int dac)
new_sv_measure( setup->dev, &sv);
y2 = sv.average;
DPRINT(3,"trying %d, result %g, target %g\n",x2,y2,target);
-DPRINT(0,"trying %d, result %g, target %g\n",x2,y2,target);
if( (y2 - target) * polarity < 0.0 ){
x1 = x2;
@@
-614,7
+613,6
@@
void cal_relative_binary( calibration_setup_t *setup, int obs1, int obs2, int da
DPRINT(3,"trying %d, result %g, target %g\n",x2,y2,target);
-DPRINT(0,"trying %d, result %g, target %g\n",x2,y2,target);
if( (y2 - target) * polarity < 0.0 ){
x1 = x2;
y1 = y2;