From: Frank Mori Hess Date: Sat, 23 Nov 2002 18:15:45 +0000 (+0000) Subject: fixed 611x names to match ni_pcimio driver X-Git-Tag: r0_7_21~290 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=57106eaf63c3be96fb518ed851e4d981af5c8c39;p=comedilib.git fixed 611x names to match ni_pcimio driver --- diff --git a/comedi_calibrate/ni.c b/comedi_calibrate/ni.c index 82aab34..e6c4001 100644 --- a/comedi_calibrate/ni.c +++ b/comedi_calibrate/ni.c @@ -88,8 +88,8 @@ static struct board_struct boards[]={ { "pci-mio-16e-4", STATUS_SOME, cal_ni_pci_mio_16e_4, ni_setup_observables }, { "pci-6032e", STATUS_DONE, cal_ni_pci_6032e, ni_setup_observables }, { "DAQCard-ai-16e-4", STATUS_DONE, cal_ni_daqcard_ai_16e_4, ni_setup_observables }, - { "pci-6110e", STATUS_SOME, cal_ni_pci_611x, ni_setup_observables_611x }, - { "pci-6111e", STATUS_SOME, cal_ni_pci_611x, ni_setup_observables_611x }, + { "pci-6110", STATUS_SOME, cal_ni_pci_611x, ni_setup_observables_611x }, + { "pci-6111", STATUS_SOME, cal_ni_pci_611x, ni_setup_observables_611x }, #if 0 // { "at-mio-16de-10", cal_ni_unknown }, { "at-mio-64e-3", cal_ni_16e_1 },