projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57106ea
)
fix calibration channels for 611x analog output
author
Frank Mori Hess
<fmhess@speakeasy.net>
Sat, 23 Nov 2002 21:09:27 +0000
(21:09 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Sat, 23 Nov 2002 21:09:27 +0000
(21:09 +0000)
comedi_calibrate/ni.c
patch
|
blob
|
history
diff --git
a/comedi_calibrate/ni.c
b/comedi_calibrate/ni.c
index e6c400108efa75deb8b5f31ca4a7060c0b5d0755..ec54dd353a550579f1a3e876d683a5187f5a72ee 100644
(file)
--- a/
comedi_calibrate/ni.c
+++ b/
comedi_calibrate/ni.c
@@
-798,10
+798,10
@@
int cal_ni_pci_611x( calibration_setup_t *setup )
}
if(do_output){
- cal1( setup, ni_ao0_zero_offset_611x, 1
0
);
- cal1( setup, ni_ao0_reference_611x,
9
);
- cal1( setup, ni_ao1_zero_offset_611x,
12
);
- cal1( setup, ni_ao1_reference_611x, 1
1
);
+ cal1( setup, ni_ao0_zero_offset_611x, 1
8
);
+ cal1( setup, ni_ao0_reference_611x,
17
);
+ cal1( setup, ni_ao1_zero_offset_611x,
20
);
+ cal1( setup, ni_ao1_reference_611x, 1
9
);
}
return 0;