oops 4020 calibration was using 60xx routine
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 13 May 2002 21:39:11 +0000 (21:39 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 13 May 2002 21:39:11 +0000 (21:39 +0000)
comedi_calibrate/cb.c

index 377e70a040522a110cd0c25850e9886a47769c56..cf5c66cb7fe8e1bdceeb2fc1a028d9607e784b68 100644 (file)
@@ -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;
 }