From 57106eaf63c3be96fb518ed851e4d981af5c8c39 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sat, 23 Nov 2002 18:15:45 +0000 Subject: [PATCH] fixed 611x names to match ni_pcimio driver --- comedi_calibrate/ni.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, -- 2.26.2