projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4afd6bc
)
oops 4020 calibration was using 60xx routine
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 13 May 2002 21:39:11 +0000
(21:39 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 13 May 2002 21:39:11 +0000
(21:39 +0000)
comedi_calibrate/cb.c
patch
|
blob
|
history
diff --git
a/comedi_calibrate/cb.c
b/comedi_calibrate/cb.c
index 377e70a040522a110cd0c25850e9886a47769c56..cf5c66cb7fe8e1bdceeb2fc1a028d9607e784b68 100644
(file)
--- a/
comedi_calibrate/cb.c
+++ b/
comedi_calibrate/cb.c
@@
-132,7
+132,7
@@
int setup_cb_pci_4020( calibration_setup_t *setup )
init_observables_4020( setup );
setup_caldacs( setup, caldac_subdev );
- setup->do_cal = cal_cb_pci_
60xx
;
+ setup->do_cal = cal_cb_pci_
4020
;
return 0;
}